#218399

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

Shades of Scooter #218399

Tints of Scooter #218399

Color information

#218399 (or 0x218399) is unknown color: approx Scooter. HEX triplet: 21, 83 and 99. RGB value is (33,131,153). Sum of RGB (Red+Green+Blue) = 33+131+153=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #218399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218399 is #DE7C66. Grayscale: #686868. Windows color (decimal): -14580839 or 10060577. OLE color: 10060577.

HSL color Cylindrical-coordinate representation of color #218399: hue angle of 191º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218399 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB33131153-
CMYK0.780.1400.4
HSL191º64.52%36.47%-
HSV(B)191º78.43%60%-
XYZ14.4918.8633.01-
YUV104.21155.5377.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=10.41%
G=41.32%
B=48.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal331311530.780.1400.419164.5236.47
Hex2183994EE028bf4124
Octal412032311161605027710144
Binary1000011000001110011001100111011100101000101111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218399; }

 p { color: rgb(33,131,153); }

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

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

 a { background-color: rgb(33,131,153); }

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

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

 span { border-color: rgb(33,131,153); }

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