#398699

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

Shades of Scooter #398699

Tints of Scooter #398699

Color information

#398699 (or 0x398699) is unknown color: approx Scooter. HEX triplet: 39, 86 and 99. RGB value is (57,134,153). Sum of RGB (Red+Green+Blue) = 57+134+153=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #398699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398699 is #C67966. Grayscale: #707070. Windows color (decimal): -13007207 or 10061369. OLE color: 10061369.

HSL color Cylindrical-coordinate representation of color #398699: hue angle of 191.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398699 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB57134153-
CMYK0.630.1200.4
HSL191.88º45.71%41.18%-
HSV(B)191.88º62.75%60%-
XYZ15.9620.2233.2-
YUV113.14150.4987.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=16.57%
G=38.95%
B=44.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571341530.630.1200.4191.8845.7141.18
Hex3986993FC028c02e29
Octal7120623177140503005651
Binary11100110000110100110011111111100010100011000000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398699; }

 p { color: rgb(57,134,153); }

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

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

 a { background-color: rgb(57,134,153); }

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

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

 span { border-color: rgb(57,134,153); }

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