Html Css Color HEX #215990 Endeavour

📋 copy color: '#215990'

red 33 ◦ green 89 ◦ blue 144

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

Shades of Endeavour #215990

Tints of Endeavour #215990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.46%

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

R = 12.41%
G = 33.46%
B = 54.14%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#215990 (or 0x215990) is known color: Endeavour. HEX triplet: 21, 59 and 90. RGB value is (33,89,144). Sum of RGB (Red+Green+Blue) = 33+89+144=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #215990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215990 is #DEA66F. Grayscale: #4E4E4E. Windows color (decimal): -14591600 or 9460001. OLE color: 9460001.

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

Color convert

RGB 33 89 144 -
CMYK 0.77 0.38 0 0.44
HSL 209.73º 0.63% 0.35% -
HSV(B) 209.73º 0.77% 0.56% -
XYZ 9.23 9.48 27.73 -
YUV 78.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 33 89 144 0.77 0.38 0 0.44 209.73 0.63 0.35
Hex 21 59 90 4D 26 0 2C D2 3F 23
Octal 41 131 220 115 46 0 54 322 77 43
Binary 100001 1011001 10010000 1001101 100110 0 101100 11010010 111111 100011

Color Harmonies of #215990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215990

Black with #215990

Text Example


Text Example

White with #215990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215990; }

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

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

background-color css

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

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

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

border-color css

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

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

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