#39929b

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

Shades of Scooter #39929B

Tints of Scooter #39929B

Color information

#39929B (or 0x39929B) is unknown color: approx Scooter. HEX triplet: 39, 92 and 9B. RGB value is (57,146,155). Sum of RGB (Red+Green+Blue) = 57+146+155=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #39929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39929B is #C66D64. Grayscale: #787878. Windows color (decimal): -13004133 or 10195513. OLE color: 10195513.

HSL color Cylindrical-coordinate representation of color #39929B: hue angle of 185.51º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39929B is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57146155-
CMYK0.630.0600.39
HSL185.51º46.23%41.57%-
HSV(B)185.51º63.23%60.78%-
XYZ17.8823.7934.66-
YUV120.42147.5182.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.92%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=15.92%
G=40.78%
B=43.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571461550.630.0600.39185.5146.2341.57
Hex39929B3F6027ba2e2a
Octal712222337760472725652
Binary1110011001001010011011111111110010011110111010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39929b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39929b; }

 p { color: rgb(57,146,155); }

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

<style>
 a { background-color: #39929b; }

 a { background-color: rgb(57,146,155); }

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

<style>
 span { border-color: #39929b; }

 span { border-color: rgb(57,146,155); }

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