Html Css Color HEX #215A96 Endeavour

📋 copy color: '#215A96'

red 33 ◦ green 90 ◦ blue 150

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

Shades of Endeavour #215A96

Tints of Endeavour #215A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.97%

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

R = 12.09%
G = 32.97%
B = 54.95%

CMYK

 C value IS 0.78

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215A96 (or 0x215A96) is known color: Endeavour. HEX triplet: 21, 5A and 96. RGB value is (33,90,150). Sum of RGB (Red+Green+Blue) = 33+90+150=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #215A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A96 is #DEA569. Grayscale: #4F4F4F. Windows color (decimal): -14591338 or 9853473. OLE color: 9853473.

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

Color convert

RGB 33 90 150 -
CMYK 0.78 0.4 0 0.41
HSL 210.77º 0.64% 0.36% -
HSV(B) 210.77º 0.78% 0.59% -
XYZ 9.79 9.84 30.24 -
YUV 79.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 33 90 150 0.78 0.4 0 0.41 210.77 0.64 0.36
Hex 21 5A 96 4E 28 0 29 D3 40 24
Octal 41 132 226 116 50 0 51 323 100 44
Binary 100001 1011010 10010110 1001110 101000 0 101001 11010011 1000000 100100

Color Harmonies of #215A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A96

Black with #215A96

Text Example


Text Example

White with #215A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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