#398D99

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

Shades of Scooter #398D99

Tints of Scooter #398D99

Color information

#398D99 (or 0x398D99) is unknown color: approx Scooter. HEX triplet: 39, 8D and 99. RGB value is (57,141,153). Sum of RGB (Red+Green+Blue) = 57+141+153=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #398D99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398D99 is #C67266. Grayscale: #757575. Windows color (decimal): -13005415 or 10063161. OLE color: 10063161.

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

Color convert

RGB57141153-
CMYK0.630.0800.4
HSL187.5º45.71%41.18%-
HSV(B)187.5º62.75%60%-
XYZ16.9622.2233.53-
YUV117.25148.1785.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=16.24%
G=40.17%
B=43.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571411530.630.0800.4187.545.7141.18
Hex398D993F8028bc2e29
Octal7121523177100502745651
Binary11100110001101100110011111111000010100010111100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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