#218498

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

Shades of Scooter #218498

Tints of Scooter #218498

Color information

#218498 (or 0x218498) is unknown color: approx Scooter. HEX triplet: 21, 84 and 98. RGB value is (33,132,152). Sum of RGB (Red+Green+Blue) = 33+132+152=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #218498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218498 is #DE7B67. Grayscale: #686868. Windows color (decimal): -14580584 or 9995297. OLE color: 9995297.

HSL color Cylindrical-coordinate representation of color #218498: hue angle of 190.08º degrees, saturation: 0.64, 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 #218498 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB33132152-
CMYK0.780.1300.40
HSL190.08º64.32%36.27%-
HSV(B)190.08º78.29%59.61%-
XYZ14.5519.0932.62-
YUV104.68154.776.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.41%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=10.41%
G=41.64%
B=47.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331321520.780.1300.40190.0864.3236.27
Hex2184984ED028be4024
Octal412042301161505027610044
Binary1000011000010010011000100111011010101000101111101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218498; }

 p { color: rgb(33,132,152); }

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

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

 a { background-color: rgb(33,132,152); }

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

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

 span { border-color: rgb(33,132,152); }

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