#39999D

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

Shades of Scooter #39999D

Tints of Scooter #39999D

Color information

#39999D (or 0x39999D) is unknown color: approx Scooter. HEX triplet: 39, 99 and 9D. RGB value is (57,153,157). Sum of RGB (Red+Green+Blue) = 57+153+157=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #39999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39999D is #C66662. Grayscale: #7C7C7C. Windows color (decimal): -13002339 or 10328377. OLE color: 10328377.

HSL color Cylindrical-coordinate representation of color #39999D: hue angle of 182.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39999D is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57153157-
CMYK0.640.0300.38
HSL182.4º46.73%41.96%-
HSV(B)182.4º63.69%61.57%-
XYZ19.1626.0935.92-
YUV124.75146.279.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=15.53%
G=41.69%
B=42.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571531570.640.0300.38182.446.7341.96
Hex39999D403026b62f2a
Octal7123123510030462665752
Binary1110011001100110011101100000011010011010110110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39999D; }

 p { color: rgb(57,153,157); }

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

<style>
 a { background-color: #39999D; }

 a { background-color: rgb(57,153,157); }

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

<style>
 span { border-color: #39999D; }

 span { border-color: rgb(57,153,157); }

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