Html Css Color HEX #216792 Endeavour

📋 copy color: '#216792'

red 33 ◦ green 103 ◦ blue 146

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

Shades of Endeavour #216792

Tints of Endeavour #216792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 11.7%
G = 36.52%
B = 51.77%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#216792 (or 0x216792) is known color: Endeavour. HEX triplet: 21, 67 and 92. RGB value is (33,103,146). Sum of RGB (Red+Green+Blue) = 33+103+146=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #216792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216792 is #DE986D. Grayscale: #565656. Windows color (decimal): -14588014 or 9594657. OLE color: 9594657.

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

Color convert

RGB 33 103 146 -
CMYK 0.77 0.29 0 0.43
HSL 202.83º 0.63% 0.35% -
HSV(B) 202.83º 0.77% 0.57% -
XYZ 10.67 12.1 28.97 -
YUV 86.97 161.31 89.5 -
System Red Green Blue C M Y K H S L
Decimal 33 103 146 0.77 0.29 0 0.43 202.83 0.63 0.35
Hex 21 67 92 4D 1D 0 2B CB 3F 23
Octal 41 147 222 115 35 0 53 313 77 43
Binary 100001 1100111 10010010 1001101 11101 0 101011 11001011 111111 100011

Color Harmonies of #216792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216792

Black with #216792

Text Example


Text Example

White with #216792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216792; }

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

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

background-color css

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

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

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

border-color css

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

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

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