Html Css Color HEX #216591 Endeavour

📋 copy color: '#216591'

red 33 ◦ green 101 ◦ blue 145

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

Shades of Endeavour #216591

Tints of Endeavour #216591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 11.83%
G = 36.2%
B = 51.97%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216591 (or 0x216591) is known color: Endeavour. HEX triplet: 21, 65 and 91. RGB value is (33,101,145). Sum of RGB (Red+Green+Blue) = 33+101+145=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #216591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216591 is #DE9A6E. Grayscale: #555555. Windows color (decimal): -14588527 or 9528609. OLE color: 9528609.

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

Color convert

RGB 33 101 145 -
CMYK 0.77 0.30 0 0.43
HSL 203.57º 0.63% 0.35% -
HSV(B) 203.57º 0.77% 0.57% -
XYZ 10.39 11.68 28.49 -
YUV 85.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 33 101 145 0.77 0.30 0 0.43 203.57 0.63 0.35
Hex 21 65 91 4D 1E 0 2B CC 3F 23
Octal 41 145 221 115 36 0 53 314 77 43
Binary 100001 1100101 10010001 1001101 11110 0 101011 11001100 111111 100011

Color Harmonies of #216591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216591

Black with #216591

Text Example


Text Example

White with #216591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216591; }

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

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

background-color css

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

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

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

border-color css

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

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

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