Html Css Color HEX #215587 Endeavour

📋 copy color: '#215587'

red 33 ◦ green 85 ◦ blue 135

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

Shades of Endeavour #215587

Tints of Endeavour #215587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 135 (53.13% from 255) = 53.36%

R = 13.04%
G = 33.6%
B = 53.36%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215587 (or 0x215587) is known color: Endeavour. HEX triplet: 21, 55 and 87. RGB value is (33,85,135). Sum of RGB (Red+Green+Blue) = 33+85+135=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #215587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215587 is #DEAA78. Grayscale: #4A4A4A. Windows color (decimal): -14592633 or 8869153. OLE color: 8869153.

HSL color Cylindrical-coordinate representation of color #215587: hue angle of 209.41º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #215587 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 85 135 -
CMYK 0.76 0.37 0 0.47
HSL 209.41º 0.61% 0.33% -
HSV(B) 209.41º 0.76% 0.53% -
XYZ 8.25 8.57 24.14 -
YUV 75.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 33 85 135 0.76 0.37 0 0.47 209.41 0.61 0.33
Hex 21 55 87 4C 25 0 2F D1 3D 21
Octal 41 125 207 114 45 0 57 321 75 41
Binary 100001 1010101 10000111 1001100 100101 0 101111 11010001 111101 100001

Color Harmonies of #215587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215587

Black with #215587

Text Example


Text Example

White with #215587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215587; }

 p { color: rgb(33,85,135); }

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

background-color css

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

 a { background-color: rgb(33,85,135); }

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

border-color css

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

 span { border-color: rgb(33,85,135); }

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