#379c9e

Color #379C9E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #379C9E

Tints of Scooter #379C9E

Color information

#379C9E (or 0x379C9E) is unknown color: approx Scooter. HEX triplet: 37, 9C and 9E. RGB value is (55,156,158). Sum of RGB (Red+Green+Blue) = 55+156+158=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #379C9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379C9E is #C86361. Grayscale: #7D7D7D. Windows color (decimal): -13132642 or 10394679. OLE color: 10394679.

HSL color Cylindrical-coordinate representation of color #379C9E: hue angle of 181.17º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C9E is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB55156158-
CMYK0.650.0100.38
HSL181.17º48.36%41.76%-
HSV(B)181.17º65.19%61.96%-
XYZ19.6427.0636.54-
YUV126.03146.0477.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=14.91%
G=42.28%
B=42.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal551561580.650.0100.38181.1748.3641.76
Hex379C9E411026b5302a
Octal6723423610110462656052
Binary110111100111001001111010000011010011010110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379c9e; }

 p { color: rgb(55,156,158); }

 H1.HeaderClassName
 {
   color: #379c9e;
 }
 .AnyTagClassName
 {
   color: #379c9e;
 }
</style>
background-color css

<style>
 a { background-color: #379c9e; }

 a { background-color: rgb(55,156,158); }

 div.DivClassName
 {
   background-color: #379c9e;
 }
 .BgClassName
 {
   background-color: #379c9e;
 }
</style>
border-color css

<style>
 span { border-color: #379c9e; }

 span { border-color: rgb(55,156,158); }

 td.TdClassName
 {
   border-color: #379c9e;
 }
 .TagClassName
 {
   border-color: #379c9e;
 }
</style>