#214A86

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

Shades of Endeavour #214A86

Tints of Endeavour #214A86

Color information

#214A86 (or 0x214A86) is unknown color: approx Endeavour. HEX triplet: 21, 4A and 86. RGB value is (33,74,134). Sum of RGB (Red+Green+Blue) = 33+74+134=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #214A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A86 is #DEB579. Grayscale: #444444. Windows color (decimal): -14595450 or 8800801. OLE color: 8800801.

HSL color Cylindrical-coordinate representation of color #214A86: hue angle of 215.64º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214A86 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3374134-
CMYK0.750.4500.47
HSL215.64º60.48%32.75%-
HSV(B)215.64º75.37%52.55%-
XYZ7.386.9423.51-
YUV68.58164.92102.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=13.69%
G=30.71%
B=55.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33741340.750.4500.47215.6460.4832.75
Hex214A864B2D02Fd83c21
Octal41112206113550573307441
Binary1000011001010100001101001011101101010111111011000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A86; }

 p { color: rgb(33,74,134); }

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

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

 a { background-color: rgb(33,74,134); }

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

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

 span { border-color: rgb(33,74,134); }

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