Html Css Color HEX #216096 Endeavour

📋 copy color: '#216096'

red 33 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #216096

Tints of Endeavour #216096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

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

R = 11.83%
G = 34.41%
B = 53.76%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#216096 (or 0x216096) is known color: Endeavour. HEX triplet: 21, 60 and 96. RGB value is (33,96,150). Sum of RGB (Red+Green+Blue) = 33+96+150=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #216096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216096 is #DE9F69. Grayscale: #535353. Windows color (decimal): -14589802 or 9855009. OLE color: 9855009.

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

Color convert

RGB 33 96 150 -
CMYK 0.78 0.36 0 0.41
HSL 207.69º 0.64% 0.36% -
HSV(B) 207.69º 0.78% 0.59% -
XYZ 10.32 10.89 30.41 -
YUV 83.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 33 96 150 0.78 0.36 0 0.41 207.69 0.64 0.36
Hex 21 60 96 4E 24 0 29 D0 40 24
Octal 41 140 226 116 44 0 51 320 100 44
Binary 100001 1100000 10010110 1001110 100100 0 101001 11010000 1000000 100100

Color Harmonies of #216096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216096

Black with #216096

Text Example


Text Example

White with #216096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216096; }

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

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

background-color css

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

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

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

border-color css

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

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

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