#379BAB

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

Shades of Scooter #379BAB

Tints of Scooter #379BAB

Color information

#379BAB (or 0x379BAB) is unknown color: approx Scooter. HEX triplet: 37, 9B and AB. RGB value is (55,155,171). Sum of RGB (Red+Green+Blue) = 55+155+171=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #379BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379BAB is #C86454. Grayscale: #7E7E7E. Windows color (decimal): -13132885 or 11246391. OLE color: 11246391.

HSL color Cylindrical-coordinate representation of color #379BAB: hue angle of 188.28º 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 #379BAB is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55155171-
CMYK0.680.0900.33
HSL188.28º51.33%44.31%-
HSV(B)188.28º67.84%67.06%-
XYZ20.6527.242.69-
YUV126.92152.8776.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.44%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=14.44%
G=40.68%
B=44.88%

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
Decimal551551710.680.0900.33188.2851.3344.31
Hex379BAB449021bc332c
Octal67233253104110412746354
Binary110111100110111010101110001001001010000110111100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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