Html Css Color HEX #215190 Endeavour

📋 copy color: '#215190'

red 33 ◦ green 81 ◦ blue 144

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

Shades of Endeavour #215190

Tints of Endeavour #215190

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

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

R = 12.79%
G = 31.4%
B = 55.81%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#215190 (or 0x215190) is known color: Endeavour. HEX triplet: 21, 51 and 90. RGB value is (33,81,144). Sum of RGB (Red+Green+Blue) = 33+81+144=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #215190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215190 is #DEAE6F. Grayscale: #494949. Windows color (decimal): -14593648 or 9457953. OLE color: 9457953.

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

Color convert

RGB 33 81 144 -
CMYK 0.77 0.44 0 0.44
HSL 214.05º 0.63% 0.35% -
HSV(B) 214.05º 0.77% 0.56% -
XYZ 8.6 8.22 27.52 -
YUV 73.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 33 81 144 0.77 0.44 0 0.44 214.05 0.63 0.35
Hex 21 51 90 4D 2C 0 2C D6 3F 23
Octal 41 121 220 115 54 0 54 326 77 43
Binary 100001 1010001 10010000 1001101 101100 0 101100 11010110 111111 100011

Color Harmonies of #215190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215190

Black with #215190

Text Example


Text Example

White with #215190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215190; }

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

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

background-color css

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

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

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

border-color css

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

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

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