Html Css Color HEX #215493 Endeavour

📋 copy color: '#215493'

red 33 ◦ green 84 ◦ blue 147

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

Shades of Endeavour #215493

Tints of Endeavour #215493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.68%

R = 12.5%
G = 31.82%
B = 55.68%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215493 (or 0x215493) is known color: Endeavour. HEX triplet: 21, 54 and 93. RGB value is (33,84,147). Sum of RGB (Red+Green+Blue) = 33+84+147=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #215493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215493 is #DEAB6C. Grayscale: #4B4B4B. Windows color (decimal): -14592877 or 9655329. OLE color: 9655329.

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

Color convert

RGB 33 84 147 -
CMYK 0.78 0.43 0 0.42
HSL 213.16º 0.63% 0.35% -
HSV(B) 213.16º 0.78% 0.58% -
XYZ 9.06 8.77 28.82 -
YUV 75.93 168.1 97.38 -
System Red Green Blue C M Y K H S L
Decimal 33 84 147 0.78 0.43 0 0.42 213.16 0.63 0.35
Hex 21 54 93 4E 2B 0 2A D5 3F 23
Octal 41 124 223 116 53 0 52 325 77 43
Binary 100001 1010100 10010011 1001110 101011 0 101010 11010101 111111 100011

Color Harmonies of #215493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215493

Black with #215493

Text Example


Text Example

White with #215493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215493; }

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

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

background-color css

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

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

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

border-color css

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

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

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