#398A99

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

Shades of Scooter #398A99

Tints of Scooter #398A99

Color information

#398A99 (or 0x398A99) is unknown color: approx Scooter. HEX triplet: 39, 8A and 99. RGB value is (57,138,153). Sum of RGB (Red+Green+Blue) = 57+138+153=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #398A99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A99 is #C67566. Grayscale: #737373. Windows color (decimal): -13006183 or 10062393. OLE color: 10062393.

HSL color Cylindrical-coordinate representation of color #398A99: hue angle of 189.38º 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 #398A99 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57138153-
CMYK0.630.1000.4
HSL189.38º45.71%41.18%-
HSV(B)189.38º62.75%60%-
XYZ16.5321.3533.39-
YUV115.49149.1686.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=16.38%
G=39.66%
B=43.97%

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
Decimal571381530.630.1000.4189.3845.7141.18
Hex398A993FA028bd2e29
Octal7121223177120502755651
Binary11100110001010100110011111111010010100010111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398A99; }

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

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

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

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

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

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

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

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