Html Css Color HEX #214D85 Endeavour

📋 copy color: '#214D85'

red 33 ◦ green 77 ◦ blue 133

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

Shades of Endeavour #214D85

Tints of Endeavour #214D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.73%

R = 13.58%
G = 31.69%
B = 54.73%

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

#214D85 (or 0x214D85) is known color: Endeavour. HEX triplet: 21, 4D and 85. RGB value is (33,77,133). Sum of RGB (Red+Green+Blue) = 33+77+133=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #214D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D85 is #DEB27A. Grayscale: #454545. Windows color (decimal): -14594683 or 8736033. OLE color: 8736033.

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

Color convert

RGB 33 77 133 -
CMYK 0.75 0.42 0 0.48
HSL 213.6º 0.6% 0.33% -
HSV(B) 213.6º 0.75% 0.52% -
XYZ 7.51 7.32 23.21 -
YUV 70.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 33 77 133 0.75 0.42 0 0.48 213.6 0.6 0.33
Hex 21 4D 85 4B 2A 0 30 D6 3C 21
Octal 41 115 205 113 52 0 60 326 74 41
Binary 100001 1001101 10000101 1001011 101010 0 110000 11010110 111100 100001

Color Harmonies of #214D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D85

Black with #214D85

Text Example


Text Example

White with #214D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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