Html Css Color HEX #216495 Endeavour

📋 copy color: '#216495'

red 33 ◦ green 100 ◦ blue 149

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

Shades of Endeavour #216495

Tints of Endeavour #216495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.46%

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 11.7%
G = 35.46%
B = 52.84%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#216495 (or 0x216495) is known color: Endeavour. HEX triplet: 21, 64 and 95. RGB value is (33,100,149). Sum of RGB (Red+Green+Blue) = 33+100+149=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #216495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216495 is #DE9B6A. Grayscale: #555555. Windows color (decimal): -14588779 or 9790497. OLE color: 9790497.

HSL color Cylindrical-coordinate representation of color #216495: hue angle of 205.34º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216495 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 100 149 -
CMYK 0.78 0.33 0 0.42
HSL 205.34º 0.64% 0.36% -
HSV(B) 205.34º 0.78% 0.58% -
XYZ 10.61 11.61 30.12 -
YUV 85.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 33 100 149 0.78 0.33 0 0.42 205.34 0.64 0.36
Hex 21 64 95 4E 21 0 2A CD 40 24
Octal 41 144 225 116 41 0 52 315 100 44
Binary 100001 1100100 10010101 1001110 100001 0 101010 11001101 1000000 100100

Color Harmonies of #216495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216495

Black with #216495

Text Example


Text Example

White with #216495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216495; }

 p { color: rgb(33,100,149); }

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

background-color css

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

 a { background-color: rgb(33,100,149); }

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

border-color css

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

 span { border-color: rgb(33,100,149); }

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