#398FA7

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

Shades of Scooter #398FA7

Tints of Scooter #398FA7

Color information

#398FA7 (or 0x398FA7) is unknown color: approx Scooter. HEX triplet: 39, 8F and A7. RGB value is (57,143,167). Sum of RGB (Red+Green+Blue) = 57+143+167=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #398FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398FA7 is #C67058. Grayscale: #777777. Windows color (decimal): -13004889 or 10981177. OLE color: 10981177.

HSL color Cylindrical-coordinate representation of color #398FA7: hue angle of 193.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #398FA7 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB57143167-
CMYK0.660.1400.35
HSL193.09º49.11%43.92%-
HSV(B)193.09º65.87%65.49%-
XYZ18.4823.340.08-
YUV120.02154.5183.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=15.53%
G=38.96%
B=45.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal571431670.660.1400.35193.0949.1143.92
Hex398FA742E023c1312c
Octal71217247102160433016154
Binary111001100011111010011110000101110010001111000001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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