Html Css Color HEX #215896 Endeavour

📋 copy color: '#215896'

red 33 ◦ green 88 ◦ blue 150

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

Shades of Endeavour #215896

Tints of Endeavour #215896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 12.18%
G = 32.47%
B = 55.35%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215896 (or 0x215896) is known color: Endeavour. HEX triplet: 21, 58 and 96. RGB value is (33,88,150). Sum of RGB (Red+Green+Blue) = 33+88+150=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #215896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215896 is #DEA769. Grayscale: #4E4E4E. Windows color (decimal): -14591850 or 9852961. OLE color: 9852961.

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

Color convert

RGB 33 88 150 -
CMYK 0.78 0.41 0 0.41
HSL 211.79º 0.64% 0.36% -
HSV(B) 211.79º 0.78% 0.59% -
XYZ 9.62 9.5 30.18 -
YUV 78.62 168.28 95.46 -
System Red Green Blue C M Y K H S L
Decimal 33 88 150 0.78 0.41 0 0.41 211.79 0.64 0.36
Hex 21 58 96 4E 29 0 29 D4 40 24
Octal 41 130 226 116 51 0 51 324 100 44
Binary 100001 1011000 10010110 1001110 101001 0 101001 11010100 1000000 100100

Color Harmonies of #215896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215896

Black with #215896

Text Example


Text Example

White with #215896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215896; }

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

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

background-color css

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

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

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

border-color css

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

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

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