#398A9C

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

Shades of Scooter #398A9C

Tints of Scooter #398A9C

Color information

#398A9C (or 0x398A9C) is unknown color: approx Scooter. HEX triplet: 39, 8A and 9C. RGB value is (57,138,156). Sum of RGB (Red+Green+Blue) = 57+138+156=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #398A9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A9C is #C67563. Grayscale: #737373. Windows color (decimal): -13006180 or 10259001. OLE color: 10259001.

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

Color convert

RGB57138156-
CMYK0.630.1200.39
HSL190.91º46.48%41.76%-
HSV(B)190.91º63.46%61.18%-
XYZ16.7821.4534.71-
YUV115.83150.6686.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=16.24%
G=39.32%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571381560.630.1200.39190.9146.4841.76
Hex398A9C3FC027bf2e2a
Octal7121223477140472775652
Binary11100110001010100111001111111100010011110111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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