Html Css Color HEX #215491 Endeavour

📋 copy color: '#215491'

red 33 ◦ green 84 ◦ blue 145

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

Shades of Endeavour #215491

Tints of Endeavour #215491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 12.6%
G = 32.06%
B = 55.34%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215491 (or 0x215491) is known color: Endeavour. HEX triplet: 21, 54 and 91. RGB value is (33,84,145). Sum of RGB (Red+Green+Blue) = 33+84+145=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #215491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215491 is #DEAB6E. Grayscale: #4B4B4B. Windows color (decimal): -14592879 or 9524257. OLE color: 9524257.

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

Color convert

RGB 33 84 145 -
CMYK 0.77 0.42 0 0.43
HSL 212.68º 0.63% 0.35% -
HSV(B) 212.68º 0.77% 0.57% -
XYZ 8.91 8.71 28 -
YUV 75.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 33 84 145 0.77 0.42 0 0.43 212.68 0.63 0.35
Hex 21 54 91 4D 2A 0 2B D5 3F 23
Octal 41 124 221 115 52 0 53 325 77 43
Binary 100001 1010100 10010001 1001101 101010 0 101011 11010101 111111 100011

Color Harmonies of #215491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215491

Black with #215491

Text Example


Text Example

White with #215491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215491; }

 p { color: rgb(33,84,145); }

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

background-color css

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

 a { background-color: rgb(33,84,145); }

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

border-color css

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

 span { border-color: rgb(33,84,145); }

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