Html Css Color HEX #215589 Endeavour

📋 copy color: '#215589'

red 33 ◦ green 85 ◦ blue 137

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

Shades of Endeavour #215589

Tints of Endeavour #215589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 12.94%
G = 33.33%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#215589 (or 0x215589) is known color: Endeavour. HEX triplet: 21, 55 and 89. RGB value is (33,85,137). Sum of RGB (Red+Green+Blue) = 33+85+137=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #215589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215589 is #DEAA76. Grayscale: #4B4B4B. Windows color (decimal): -14592631 or 9000225. OLE color: 9000225.

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

Color convert

RGB 33 85 137 -
CMYK 0.76 0.38 0 0.46
HSL 210º 0.61% 0.33% -
HSV(B) 210º 0.76% 0.54% -
XYZ 8.39 8.63 24.89 -
YUV 75.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 33 85 137 0.76 0.38 0 0.46 210 0.61 0.33
Hex 21 55 89 4C 26 0 2E D2 3D 21
Octal 41 125 211 114 46 0 56 322 75 41
Binary 100001 1010101 10001001 1001100 100110 0 101110 11010010 111101 100001

Color Harmonies of #215589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215589

Black with #215589

Text Example


Text Example

White with #215589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215589; }

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

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

background-color css

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

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

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

border-color css

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

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

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