Html Css Color HEX #216597 Endeavour

📋 copy color: '#216597'

red 33 ◦ green 101 ◦ blue 151

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

Shades of Endeavour #216597

Tints of Endeavour #216597

RGB

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

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

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

R = 11.58%
G = 35.44%
B = 52.98%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216597 (or 0x216597) is known color: Endeavour. HEX triplet: 21, 65 and 97. RGB value is (33,101,151). Sum of RGB (Red+Green+Blue) = 33+101+151=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #216597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216597 is #DE9A68. Grayscale: #565656. Windows color (decimal): -14588521 or 9921825. OLE color: 9921825.

HSL color Cylindrical-coordinate representation of color #216597: hue angle of 205.42º 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 #216597 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 101 151 -
CMYK 0.78 0.33 0 0.41
HSL 205.42º 0.64% 0.36% -
HSV(B) 205.42º 0.78% 0.59% -
XYZ 10.87 11.87 31 -
YUV 86.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 33 101 151 0.78 0.33 0 0.41 205.42 0.64 0.36
Hex 21 65 97 4E 21 0 29 CD 40 24
Octal 41 145 227 116 41 0 51 315 100 44
Binary 100001 1100101 10010111 1001110 100001 0 101001 11001101 1000000 100100

Color Harmonies of #216597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216597

Black with #216597

Text Example


Text Example

White with #216597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216597; }

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

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

background-color css

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

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

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

border-color css

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

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

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