#398B9D

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

Shades of Scooter #398B9D

Tints of Scooter #398B9D

Color information

#398B9D (or 0x398B9D) is unknown color: approx Scooter. HEX triplet: 39, 8B and 9D. RGB value is (57,139,157). Sum of RGB (Red+Green+Blue) = 57+139+157=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #398B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398B9D is #C67462. Grayscale: #747474. Windows color (decimal): -13005923 or 10324793. OLE color: 10324793.

HSL color Cylindrical-coordinate representation of color #398B9D: hue angle of 190.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #398B9D is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57139157-
CMYK0.640.1100.38
HSL190.8º46.73%41.96%-
HSV(B)190.8º63.69%61.57%-
XYZ17.0121.7735.2-
YUV116.53150.8385.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=16.15%
G=39.38%
B=44.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571391570.640.1100.38190.846.7341.96
Hex398B9D40B026bf2f2a
Octal71213235100130462775752
Binary111001100010111001110110000001011010011010111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,139,157); }

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

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

 a { background-color: rgb(57,139,157); }

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

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

 span { border-color: rgb(57,139,157); }

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