#215AA3

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

Shades of Endeavour #215AA3

Tints of Endeavour #215AA3

Color information

#215AA3 (or 0x215AA3) is unknown color: approx Endeavour. HEX triplet: 21, 5A and A3. RGB value is (33,90,163). Sum of RGB (Red+Green+Blue) = 33+90+163=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #215AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215AA3 is #DEA55C. Grayscale: #505050. Windows color (decimal): -14591325 or 10705441. OLE color: 10705441.

HSL color Cylindrical-coordinate representation of color #215AA3: hue angle of 213.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 #215AA3 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3390163-
CMYK0.800.4500.36
HSL213.69º66.33%38.43%-
HSV(B)213.69º79.75%63.92%-
XYZ10.8910.2836.06-
YUV81.28174.1293.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 163 (64.06% from 255) = 56.99%
R=11.54%
G=31.47%
B=56.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal33901630.800.4500.36213.6966.3338.43
Hex215AA3502D024d64226
Octal411322431205504432610246
Binary10000110110101010001110100001011010100100110101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215AA3; }

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

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

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

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

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

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

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

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