#379CAB

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

Shades of Scooter #379CAB

Tints of Scooter #379CAB

Color information

#379CAB (or 0x379CAB) is unknown color: approx Scooter. HEX triplet: 37, 9C and AB. RGB value is (55,156,171). Sum of RGB (Red+Green+Blue) = 55+156+171=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #379CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379CAB is #C86354. Grayscale: #7F7F7F. Windows color (decimal): -13132629 or 11246647. OLE color: 11246647.

HSL color Cylindrical-coordinate representation of color #379CAB: hue angle of 187.76º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #379CAB is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55156171-
CMYK0.680.0900.33
HSL187.76º51.33%44.31%-
HSV(B)187.76º67.84%67.06%-
XYZ20.8127.5342.74-
YUV127.51152.5476.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.40%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=14.40%
G=40.84%
B=44.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551561710.680.0900.33187.7651.3344.31
Hex379CAB449021bc332c
Octal67234253104110412746354
Binary110111100111001010101110001001001010000110111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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