#215A8D

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

Shades of Endeavour #215A8D

Tints of Endeavour #215A8D

Color information

#215A8D (or 0x215A8D) is unknown color: approx Endeavour. HEX triplet: 21, 5A and 8D. RGB value is (33,90,141). Sum of RGB (Red+Green+Blue) = 33+90+141=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #215A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A8D is #DEA572. Grayscale: #4E4E4E. Windows color (decimal): -14591347 or 9263649. OLE color: 9263649.

HSL color Cylindrical-coordinate representation of color #215A8D: hue angle of 208.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215A8D is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3390141-
CMYK0.770.3600.45
HSL208.33º62.07%34.12%-
HSV(B)208.33º76.6%55.29%-
XYZ9.099.5626.57-
YUV78.77163.1295.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=12.5%
G=34.09%
B=53.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33901410.770.3600.45208.3362.0734.12
Hex215A8D4D2402Dd03e22
Octal41132215115440553207642
Binary1000011011010100011011001101100100010110111010000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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