Html Css Color HEX #214A84 Endeavour

📋 copy color: '#214A84'

red 33 ◦ green 74 ◦ blue 132

#214A84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #214A84

Tints of Endeavour #214A84

RGB

 RED value IS 33 (13.28% from 255) = 13.81%

 GREEN value IS 74 (29.3% from 255) = 30.96%

 BLUE value IS 132 (51.95% from 255) = 55.23%

R = 13.81%
G = 30.96%
B = 55.23%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214A84 (or 0x214A84) is known color: Endeavour. HEX triplet: 21, 4A and 84. RGB value is (33,74,132). Sum of RGB (Red+Green+Blue) = 33+74+132=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #214A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A84 is #DEB57B. Grayscale: #444444. Windows color (decimal): -14595452 or 8669729. OLE color: 8669729.

HSL color Cylindrical-coordinate representation of color #214A84: hue angle of 215.15º 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 #214A84 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 74 132 -
CMYK 0.75 0.44 0 0.48
HSL 215.15º 0.6% 0.32% -
HSV(B) 215.15º 0.75% 0.52% -
XYZ 7.24 6.89 22.78 -
YUV 68.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 33 74 132 0.75 0.44 0 0.48 215.15 0.6 0.32
Hex 21 4A 84 4B 2C 0 30 D7 3C 20
Octal 41 112 204 113 54 0 60 327 74 40
Binary 100001 1001010 10000100 1001011 101100 0 110000 11010111 111100 100000

Color Harmonies of #214A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A84

Black with #214A84

Text Example


Text Example

White with #214A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #214A84;
 }
 .AnyTagClassName
 {
   color: #214A84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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