Html Css Color HEX #216892 Endeavour

📋 copy color: '#216892'

red 33 ◦ green 104 ◦ blue 146

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

Shades of Endeavour #216892

Tints of Endeavour #216892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.75%

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

R = 11.66%
G = 36.75%
B = 51.59%

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

#216892 (or 0x216892) is known color: Endeavour. HEX triplet: 21, 68 and 92. RGB value is (33,104,146). Sum of RGB (Red+Green+Blue) = 33+104+146=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #216892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216892 is #DE976D. Grayscale: #575757. Windows color (decimal): -14587758 or 9594913. OLE color: 9594913.

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

Color convert

RGB 33 104 146 -
CMYK 0.77 0.29 0 0.43
HSL 202.3º 0.63% 0.35% -
HSV(B) 202.3º 0.77% 0.57% -
XYZ 10.77 12.3 29 -
YUV 87.56 160.98 89.08 -
System Red Green Blue C M Y K H S L
Decimal 33 104 146 0.77 0.29 0 0.43 202.3 0.63 0.35
Hex 21 68 92 4D 1D 0 2B CA 3F 23
Octal 41 150 222 115 35 0 53 312 77 43
Binary 100001 1101000 10010010 1001101 11101 0 101011 11001010 111111 100011

Color Harmonies of #216892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216892

Black with #216892

Text Example


Text Example

White with #216892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216892; }

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

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

background-color css

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

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

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

border-color css

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

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

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