Html Css Color HEX #216291 Endeavour

📋 copy color: '#216291'

red 33 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #216291

Tints of Endeavour #216291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.51%

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

R = 11.96%
G = 35.51%
B = 52.54%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216291 (or 0x216291) is known color: Endeavour. HEX triplet: 21, 62 and 91. RGB value is (33,98,145). Sum of RGB (Red+Green+Blue) = 33+98+145=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #216291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216291 is #DE9D6E. Grayscale: #535353. Windows color (decimal): -14589295 or 9527841. OLE color: 9527841.

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

Color convert

RGB 33 98 145 -
CMYK 0.77 0.32 0 0.43
HSL 205.18º 0.63% 0.35% -
HSV(B) 205.18º 0.77% 0.57% -
XYZ 10.11 11.1 28.4 -
YUV 83.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 33 98 145 0.77 0.32 0 0.43 205.18 0.63 0.35
Hex 21 62 91 4D 20 0 2B CD 3F 23
Octal 41 142 221 115 40 0 53 315 77 43
Binary 100001 1100010 10010001 1001101 100000 0 101011 11001101 111111 100011

Color Harmonies of #216291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216291

Black with #216291

Text Example


Text Example

White with #216291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216291; }

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

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

background-color css

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

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

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

border-color css

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

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

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