Html Css Color HEX #216297 Endeavour

📋 copy color: '#216297'

red 33 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #216297

Tints of Endeavour #216297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 11.7%
G = 34.75%
B = 53.55%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216297 (or 0x216297) is known color: Endeavour. HEX triplet: 21, 62 and 97. RGB value is (33,98,151). Sum of RGB (Red+Green+Blue) = 33+98+151=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #216297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216297 is #DE9D68. Grayscale: #545454. Windows color (decimal): -14589289 or 9921057. OLE color: 9921057.

HSL color Cylindrical-coordinate representation of color #216297: hue angle of 206.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216297 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 98 151 -
CMYK 0.78 0.35 0 0.41
HSL 206.95º 0.64% 0.36% -
HSV(B) 206.95º 0.78% 0.59% -
XYZ 10.58 11.29 30.9 -
YUV 84.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 33 98 151 0.78 0.35 0 0.41 206.95 0.64 0.36
Hex 21 62 97 4E 23 0 29 CF 40 24
Octal 41 142 227 116 43 0 51 317 100 44
Binary 100001 1100010 10010111 1001110 100011 0 101001 11001111 1000000 100100

Color Harmonies of #216297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216297

Black with #216297

Text Example


Text Example

White with #216297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216297; }

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

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

background-color css

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

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

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

border-color css

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

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

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