#215498

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

Shades of Endeavour #215498

Tints of Endeavour #215498

Color information

#215498 (or 0x215498) is unknown color: approx Endeavour. HEX triplet: 21, 54 and 98. RGB value is (33,84,152). Sum of RGB (Red+Green+Blue) = 33+84+152=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #215498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215498 is #DEAB67. Grayscale: #4C4C4C. Windows color (decimal): -14592872 or 9983009. OLE color: 9983009.

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

Color convert

RGB3384152-
CMYK0.780.4500.40
HSL214.29º64.32%36.27%-
HSV(B)214.29º78.29%59.61%-
XYZ9.478.9330.93-
YUV76.5170.696.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=12.27%
G=31.23%
B=56.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33841520.780.4500.40214.2964.3236.27
Hex2154984E2D028d64024
Octal411242301165505032610044
Binary10000110101001001100010011101011010101000110101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215498; }

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

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

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

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

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

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

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

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