#398FA4

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

Shades of Scooter #398FA4

Tints of Scooter #398FA4

Color information

#398FA4 (or 0x398FA4) is unknown color: approx Scooter. HEX triplet: 39, 8F and A4. RGB value is (57,143,164). Sum of RGB (Red+Green+Blue) = 57+143+164=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 164 - color contains mainly: blue. Hex color #398FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398FA4 is #C6705B. Grayscale: #777777. Windows color (decimal): -13004892 or 10784569. OLE color: 10784569.

HSL color Cylindrical-coordinate representation of color #398FA4: hue angle of 191.78º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #398FA4 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB57143164-
CMYK0.650.1300.36
HSL191.78º48.42%43.33%-
HSV(B)191.78º65.24%64.31%-
XYZ18.2123.238.64-
YUV119.68153.0183.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.66%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 164 (64.45% from 255) = 45.05%
R=15.66%
G=39.29%
B=45.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal571431640.650.1300.36191.7848.4243.33
Hex398FA441D024c0302b
Octal71217244101150443006053
Binary111001100011111010010010000011101010010011000000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,143,164); }

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

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

 a { background-color: rgb(57,143,164); }

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

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

 span { border-color: rgb(57,143,164); }

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