Html Css Color HEX #216891 Endeavour

📋 copy color: '#216891'

red 33 ◦ green 104 ◦ blue 145

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

Shades of Endeavour #216891

Tints of Endeavour #216891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 145 (57.03% from 255) = 51.42%

R = 11.7%
G = 36.88%
B = 51.42%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216891 (or 0x216891) is known color: Endeavour. HEX triplet: 21, 68 and 91. RGB value is (33,104,145). Sum of RGB (Red+Green+Blue) = 33+104+145=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #216891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216891 is #DE976E. Grayscale: #575757. Windows color (decimal): -14587759 or 9529377. OLE color: 9529377.

HSL color Cylindrical-coordinate representation of color #216891: hue angle of 201.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216891 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 104 145 -
CMYK 0.77 0.28 0 0.43
HSL 201.96º 0.63% 0.35% -
HSV(B) 201.96º 0.77% 0.57% -
XYZ 10.69 12.27 28.59 -
YUV 87.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 33 104 145 0.77 0.28 0 0.43 201.96 0.63 0.35
Hex 21 68 91 4D 1C 0 2B CA 3F 23
Octal 41 150 221 115 34 0 53 312 77 43
Binary 100001 1101000 10010001 1001101 11100 0 101011 11001010 111111 100011

Color Harmonies of #216891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216891

Black with #216891

Text Example


Text Example

White with #216891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216891; }

 p { color: rgb(33,104,145); }

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

background-color css

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

 a { background-color: rgb(33,104,145); }

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

border-color css

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

 span { border-color: rgb(33,104,145); }

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