#398999

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

Shades of Scooter #398999

Tints of Scooter #398999

Color information

#398999 (or 0x398999) is unknown color: approx Scooter. HEX triplet: 39, 89 and 99. RGB value is (57,137,153). Sum of RGB (Red+Green+Blue) = 57+137+153=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #398999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398999 is #C67666. Grayscale: #727272. Windows color (decimal): -13006439 or 10062137. OLE color: 10062137.

HSL color Cylindrical-coordinate representation of color #398999: hue angle of 190º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398999 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57137153-
CMYK0.630.1000.4
HSL190º45.71%41.18%-
HSV(B)190º62.75%60%-
XYZ16.3821.0633.34-
YUV114.9149.586.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=16.43%
G=39.48%
B=44.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571371530.630.1000.419045.7141.18
Hex3989993FA028be2e29
Octal7121123177120502765651
Binary11100110001001100110011111111010010100010111110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398999; }

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

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

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

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

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

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

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

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