Html Css Color HEX #216092 Endeavour

📋 copy color: '#216092'

red 33 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #216092

Tints of Endeavour #216092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.09%

R = 12%
G = 34.91%
B = 53.09%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216092 (or 0x216092) is known color: Endeavour. HEX triplet: 21, 60 and 92. RGB value is (33,96,146). Sum of RGB (Red+Green+Blue) = 33+96+146=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #216092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216092 is #DE9F6D. Grayscale: #525252. Windows color (decimal): -14589806 or 9592865. OLE color: 9592865.

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

Color convert

RGB 33 96 146 -
CMYK 0.77 0.34 0 0.43
HSL 206.55º 0.63% 0.35% -
HSV(B) 206.55º 0.77% 0.57% -
XYZ 10 10.76 28.74 -
YUV 82.86 163.63 92.43 -
System Red Green Blue C M Y K H S L
Decimal 33 96 146 0.77 0.34 0 0.43 206.55 0.63 0.35
Hex 21 60 92 4D 22 0 2B CF 3F 23
Octal 41 140 222 115 42 0 53 317 77 43
Binary 100001 1100000 10010010 1001101 100010 0 101011 11001111 111111 100011

Color Harmonies of #216092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216092

Black with #216092

Text Example


Text Example

White with #216092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216092; }

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

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

background-color css

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

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

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

border-color css

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

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

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