Html Css Color HEX #214D87 Endeavour

📋 copy color: '#214D87'

red 33 ◦ green 77 ◦ blue 135

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

Shades of Endeavour #214D87

Tints of Endeavour #214D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 55.1%

R = 13.47%
G = 31.43%
B = 55.1%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214D87 (or 0x214D87) is known color: Endeavour. HEX triplet: 21, 4D and 87. RGB value is (33,77,135). Sum of RGB (Red+Green+Blue) = 33+77+135=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #214D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D87 is #DEB278. Grayscale: #464646. Windows color (decimal): -14594681 or 8867105. OLE color: 8867105.

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

Color convert

RGB 33 77 135 -
CMYK 0.76 0.43 0 0.47
HSL 214.12º 0.61% 0.33% -
HSV(B) 214.12º 0.76% 0.53% -
XYZ 7.65 7.38 23.94 -
YUV 70.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 33 77 135 0.76 0.43 0 0.47 214.12 0.61 0.33
Hex 21 4D 87 4C 2B 0 2F D6 3D 21
Octal 41 115 207 114 53 0 57 326 75 41
Binary 100001 1001101 10000111 1001100 101011 0 101111 11010110 111101 100001

Color Harmonies of #214D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D87

Black with #214D87

Text Example


Text Example

White with #214D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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