Html Css Color HEX #216490 Endeavour

📋 copy color: '#216490'

red 33 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #216490

Tints of Endeavour #216490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 11.91%
G = 36.1%
B = 51.99%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#216490 (or 0x216490) is known color: Endeavour. HEX triplet: 21, 64 and 90. RGB value is (33,100,144). Sum of RGB (Red+Green+Blue) = 33+100+144=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #216490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216490 is #DE9B6F. Grayscale: #545454. Windows color (decimal): -14588784 or 9462817. OLE color: 9462817.

HSL color Cylindrical-coordinate representation of color #216490: hue angle of 203.78º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216490 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 100 144 -
CMYK 0.77 0.31 0 0.44
HSL 203.78º 0.63% 0.35% -
HSV(B) 203.78º 0.77% 0.56% -
XYZ 10.22 11.45 28.06 -
YUV 84.98 161.3 90.92 -
System Red Green Blue C M Y K H S L
Decimal 33 100 144 0.77 0.31 0 0.44 203.78 0.63 0.35
Hex 21 64 90 4D 1F 0 2C CC 3F 23
Octal 41 144 220 115 37 0 54 314 77 43
Binary 100001 1100100 10010000 1001101 11111 0 101100 11001100 111111 100011

Color Harmonies of #216490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216490

Black with #216490

Text Example


Text Example

White with #216490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216490; }

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

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

background-color css

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

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

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

border-color css

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

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

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