Html Css Color HEX #215495 Endeavour

📋 copy color: '#215495'

red 33 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #215495

Tints of Endeavour #215495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 12.41%
G = 31.58%
B = 56.02%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215495 (or 0x215495) is known color: Endeavour. HEX triplet: 21, 54 and 95. RGB value is (33,84,149). Sum of RGB (Red+Green+Blue) = 33+84+149=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #215495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215495 is #DEAB6A. Grayscale: #4B4B4B. Windows color (decimal): -14592875 or 9786401. OLE color: 9786401.

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

Color convert

RGB 33 84 149 -
CMYK 0.78 0.44 0 0.42
HSL 213.62º 0.64% 0.36% -
HSV(B) 213.62º 0.78% 0.58% -
XYZ 9.22 8.83 29.65 -
YUV 76.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 33 84 149 0.78 0.44 0 0.42 213.62 0.64 0.36
Hex 21 54 95 4E 2C 0 2A D6 40 24
Octal 41 124 225 116 54 0 52 326 100 44
Binary 100001 1010100 10010101 1001110 101100 0 101010 11010110 1000000 100100

Color Harmonies of #215495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215495

Black with #215495

Text Example


Text Example

White with #215495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215495; }

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

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

background-color css

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

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

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

border-color css

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

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

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