Html Css Color HEX #216392 Endeavour

📋 copy color: '#216392'

red 33 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #216392

Tints of Endeavour #216392

RGB

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

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

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

R = 11.87%
G = 35.61%
B = 52.52%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216392 (or 0x216392) is known color: Endeavour. HEX triplet: 21, 63 and 92. RGB value is (33,99,146). Sum of RGB (Red+Green+Blue) = 33+99+146=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #216392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216392 is #DE9C6D. Grayscale: #545454. Windows color (decimal): -14589038 or 9593633. OLE color: 9593633.

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

Color convert

RGB 33 99 146 -
CMYK 0.77 0.32 0 0.43
HSL 204.96º 0.63% 0.35% -
HSV(B) 204.96º 0.77% 0.57% -
XYZ 10.28 11.32 28.84 -
YUV 84.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 33 99 146 0.77 0.32 0 0.43 204.96 0.63 0.35
Hex 21 63 92 4D 20 0 2B CD 3F 23
Octal 41 143 222 115 40 0 53 315 77 43
Binary 100001 1100011 10010010 1001101 100000 0 101011 11001101 111111 100011

Color Harmonies of #216392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216392

Black with #216392

Text Example


Text Example

White with #216392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216392; }

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

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

background-color css

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

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

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

border-color css

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

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

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