#39899D

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

Shades of Scooter #39899D

Tints of Scooter #39899D

Color information

#39899D (or 0x39899D) is unknown color: approx Scooter. HEX triplet: 39, 89 and 9D. RGB value is (57,137,157). Sum of RGB (Red+Green+Blue) = 57+137+157=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #39899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39899D is #C67662. Grayscale: #737373. Windows color (decimal): -13006435 or 10324281. OLE color: 10324281.

HSL color Cylindrical-coordinate representation of color #39899D: hue angle of 192º 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 #39899D is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57137157-
CMYK0.640.1300.38
HSL192º46.73%41.96%-
HSV(B)192º63.69%61.57%-
XYZ16.7221.235.11-
YUV115.36151.586.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=16.24%
G=39.03%
B=44.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571371570.640.1300.3819246.7341.96
Hex39899D40D026c02f2a
Octal71211235100150463005752
Binary111001100010011001110110000001101010011011000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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