#399CAB

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

Shades of Scooter #399CAB

Tints of Scooter #399CAB

Color information

#399CAB (or 0x399CAB) is unknown color: approx Scooter. HEX triplet: 39, 9C and AB. RGB value is (57,156,171). Sum of RGB (Red+Green+Blue) = 57+156+171=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #399CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399CAB is #C66354. Grayscale: #7F7F7F. Windows color (decimal): -13001557 or 11246649. OLE color: 11246649.

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

Color convert

RGB57156171-
CMYK0.670.0900.33
HSL187.89º50%44.71%-
HSV(B)187.89º66.67%67.06%-
XYZ20.9327.5942.75-
YUV128.11152.277.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.84%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=14.84%
G=40.62%
B=44.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal571561710.670.0900.33187.895044.71
Hex399CAB439021bc322d
Octal71234253103110412746255
Binary111001100111001010101110000111001010000110111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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