#218EA3

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

Shades of Scooter #218EA3

Tints of Scooter #218EA3

Color information

#218EA3 (or 0x218EA3) is unknown color: approx Scooter. HEX triplet: 21, 8E and A3. RGB value is (33,142,163). Sum of RGB (Red+Green+Blue) = 33+142+163=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #218EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218EA3 is #DE715C. Grayscale: #6F6F6F. Windows color (decimal): -14578013 or 10718753. OLE color: 10718753.

HSL color Cylindrical-coordinate representation of color #218EA3: hue angle of 189.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218EA3 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33142163-
CMYK0.800.1300.36
HSL189.69º66.33%38.43%-
HSV(B)189.69º79.75%63.92%-
XYZ16.9122.3138.07-
YUV111.8156.8971.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 142 (55.86% from 255) = 42.01%
BLUE value IS 163 (64.06% from 255) = 48.22%
R=9.76%
G=42.01%
B=48.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331421630.800.1300.36189.6966.3338.43
Hex218EA350D024be4226
Octal412162431201504427610246
Binary1000011000111010100011101000011010100100101111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218EA3; }

 p { color: rgb(33,142,163); }

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

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

 a { background-color: rgb(33,142,163); }

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

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

 span { border-color: rgb(33,142,163); }

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