#214C84

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

Shades of Endeavour #214C84

Tints of Endeavour #214C84

Color information

#214C84 (or 0x214C84) is unknown color: approx Endeavour. HEX triplet: 21, 4C and 84. RGB value is (33,76,132). Sum of RGB (Red+Green+Blue) = 33+76+132=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #214C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C84 is #DEB37B. Grayscale: #454545. Windows color (decimal): -14594940 or 8670241. OLE color: 8670241.

HSL color Cylindrical-coordinate representation of color #214C84: hue angle of 213.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214C84 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3376132-
CMYK0.750.4200.48
HSL213.94º60%32.35%-
HSV(B)213.94º75%51.76%-
XYZ7.387.1622.82-
YUV69.53163.25101.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 76 (30.08% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=13.69%
G=31.54%
B=54.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33761320.750.4200.48213.946032.35
Hex214C844B2A030d63c20
Octal41114204113520603267440
Binary1000011001100100001001001011101010011000011010110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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