#398996

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

Shades of Scooter #398996

Tints of Scooter #398996

Color information

#398996 (or 0x398996) is unknown color: approx Scooter. HEX triplet: 39, 89 and 96. RGB value is (57,137,150). Sum of RGB (Red+Green+Blue) = 57+137+150=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #398996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398996 is #C67669. Grayscale: #727272. Windows color (decimal): -13006442 or 9865529. OLE color: 9865529.

HSL color Cylindrical-coordinate representation of color #398996: hue angle of 188.39º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398996 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB57137150-
CMYK0.620.0900.41
HSL188.39º44.93%40.59%-
HSV(B)188.39º62%58.82%-
XYZ16.1420.9632.05-
YUV114.5614886.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=16.57%
G=39.83%
B=43.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571371500.620.0900.41188.3944.9340.59
Hex3989963E9029bc2d29
Octal7121122676110512745551
Binary11100110001001100101101111101001010100110111100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398996; }

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

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

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

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

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

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

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

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