#398D9B

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

Shades of Scooter #398D9B

Tints of Scooter #398D9B

Color information

#398D9B (or 0x398D9B) is unknown color: approx Scooter. HEX triplet: 39, 8D and 9B. RGB value is (57,141,155). Sum of RGB (Red+Green+Blue) = 57+141+155=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #398D9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398D9B is #C67264. Grayscale: #757575. Windows color (decimal): -13005413 or 10194233. OLE color: 10194233.

HSL color Cylindrical-coordinate representation of color #398D9B: hue angle of 188.57º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398D9B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57141155-
CMYK0.630.0900.39
HSL188.57º46.23%41.57%-
HSV(B)188.57º63.23%60.78%-
XYZ17.1322.2934.41-
YUV117.48149.1784.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 155 (60.94% from 255) = 43.91%
R=16.15%
G=39.94%
B=43.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571411550.630.0900.39188.5746.2341.57
Hex398D9B3F9027bd2e2a
Octal7121523377110472755652
Binary11100110001101100110111111111001010011110111101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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