Html Css Color HEX #216991 Endeavour

📋 copy color: '#216991'

red 33 ◦ green 105 ◦ blue 145

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

Shades of Endeavour #216991

Tints of Endeavour #216991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.1%

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

R = 11.66%
G = 37.1%
B = 51.24%

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

#216991 (or 0x216991) is known color: Endeavour. HEX triplet: 21, 69 and 91. RGB value is (33,105,145). Sum of RGB (Red+Green+Blue) = 33+105+145=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #216991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216991 is #DE966E. Grayscale: #575757. Windows color (decimal): -14587503 or 9529633. OLE color: 9529633.

HSL color Cylindrical-coordinate representation of color #216991: hue angle of 201.43º 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 #216991 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 105 145 -
CMYK 0.77 0.28 0 0.43
HSL 201.43º 0.63% 0.35% -
HSV(B) 201.43º 0.77% 0.57% -
XYZ 10.79 12.47 28.63 -
YUV 88.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 33 105 145 0.77 0.28 0 0.43 201.43 0.63 0.35
Hex 21 69 91 4D 1C 0 2B C9 3F 23
Octal 41 151 221 115 34 0 53 311 77 43
Binary 100001 1101001 10010001 1001101 11100 0 101011 11001001 111111 100011

Color Harmonies of #216991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216991

Black with #216991

Text Example


Text Example

White with #216991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216991; }

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

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

background-color css

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

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

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

border-color css

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

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

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