Html Css Color HEX #214D84 Endeavour

📋 copy color: '#214D84'

red 33 ◦ green 77 ◦ blue 132

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

Shades of Endeavour #214D84

Tints of Endeavour #214D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

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

R = 13.64%
G = 31.82%
B = 54.55%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#214D84 (or 0x214D84) is known color: Endeavour. HEX triplet: 21, 4D and 84. RGB value is (33,77,132). Sum of RGB (Red+Green+Blue) = 33+77+132=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #214D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D84 is #DEB27B. Grayscale: #454545. Windows color (decimal): -14594684 or 8670497. OLE color: 8670497.

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

Color convert

RGB 33 77 132 -
CMYK 0.75 0.42 0 0.48
HSL 213.33º 0.6% 0.32% -
HSV(B) 213.33º 0.75% 0.52% -
XYZ 7.45 7.3 22.85 -
YUV 70.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 33 77 132 0.75 0.42 0 0.48 213.33 0.6 0.32
Hex 21 4D 84 4B 2A 0 30 D5 3C 20
Octal 41 115 204 113 52 0 60 325 74 40
Binary 100001 1001101 10000100 1001011 101010 0 110000 11010101 111100 100000

Color Harmonies of #214D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D84

Black with #214D84

Text Example


Text Example

White with #214D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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