Html Css Color HEX #216396 Endeavour

📋 copy color: '#216396'

red 33 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #216396

Tints of Endeavour #216396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 11.7%
G = 35.11%
B = 53.19%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216396 (or 0x216396) is known color: Endeavour. HEX triplet: 21, 63 and 96. RGB value is (33,99,150). Sum of RGB (Red+Green+Blue) = 33+99+150=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #216396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216396 is #DE9C69. Grayscale: #545454. Windows color (decimal): -14589034 or 9855777. OLE color: 9855777.

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

Color convert

RGB 33 99 150 -
CMYK 0.78 0.34 0 0.41
HSL 206.15º 0.64% 0.36% -
HSV(B) 206.15º 0.78% 0.59% -
XYZ 10.59 11.45 30.51 -
YUV 85.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 33 99 150 0.78 0.34 0 0.41 206.15 0.64 0.36
Hex 21 63 96 4E 22 0 29 CE 40 24
Octal 41 143 226 116 42 0 51 316 100 44
Binary 100001 1100011 10010110 1001110 100010 0 101001 11001110 1000000 100100

Color Harmonies of #216396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216396

Black with #216396

Text Example


Text Example

White with #216396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216396; }

 p { color: rgb(33,99,150); }

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

background-color css

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

 a { background-color: rgb(33,99,150); }

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

border-color css

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

 span { border-color: rgb(33,99,150); }

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