#398A9B

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

Shades of Scooter #398A9B

Tints of Scooter #398A9B

Color information

#398A9B (or 0x398A9B) is unknown color: approx Scooter. HEX triplet: 39, 8A and 9B. RGB value is (57,138,155). Sum of RGB (Red+Green+Blue) = 57+138+155=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #398A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398A9B is #C67564. Grayscale: #737373. Windows color (decimal): -13006181 or 10193465. OLE color: 10193465.

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

Color convert

RGB57138155-
CMYK0.630.1100.39
HSL190.41º46.23%41.57%-
HSV(B)190.41º63.23%60.78%-
XYZ16.6921.4134.26-
YUV115.72150.1686.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 138 (54.30% from 255) = 39.43%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=16.29%
G=39.43%
B=44.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571381550.630.1100.39190.4146.2341.57
Hex398A9B3FB027be2e2a
Octal7121223377130472765652
Binary11100110001010100110111111111011010011110111110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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