Html Css Color HEX #215895 Endeavour

📋 copy color: '#215895'

red 33 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #215895

Tints of Endeavour #215895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 12.22%
G = 32.59%
B = 55.19%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215895 (or 0x215895) is known color: Endeavour. HEX triplet: 21, 58 and 95. RGB value is (33,88,149). Sum of RGB (Red+Green+Blue) = 33+88+149=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #215895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215895 is #DEA76A. Grayscale: #4E4E4E. Windows color (decimal): -14591851 or 9787425. OLE color: 9787425.

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

Color convert

RGB 33 88 149 -
CMYK 0.78 0.41 0 0.42
HSL 211.55º 0.64% 0.36% -
HSV(B) 211.55º 0.78% 0.58% -
XYZ 9.54 9.47 29.76 -
YUV 78.51 167.78 95.54 -
System Red Green Blue C M Y K H S L
Decimal 33 88 149 0.78 0.41 0 0.42 211.55 0.64 0.36
Hex 21 58 95 4E 29 0 2A D4 40 24
Octal 41 130 225 116 51 0 52 324 100 44
Binary 100001 1011000 10010101 1001110 101001 0 101010 11010100 1000000 100100

Color Harmonies of #215895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215895

Black with #215895

Text Example


Text Example

White with #215895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215895; }

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

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

background-color css

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

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

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

border-color css

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

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

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