Html Css Color HEX #215C96 Endeavour

📋 copy color: '#215C96'

red 33 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #215C96

Tints of Endeavour #215C96

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.45%

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

R = 12%
G = 33.45%
B = 54.55%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215C96 (or 0x215C96) is known color: Endeavour. HEX triplet: 21, 5C and 96. RGB value is (33,92,150). Sum of RGB (Red+Green+Blue) = 33+92+150=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #215C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C96 is #DEA369. Grayscale: #505050. Windows color (decimal): -14590826 or 9853985. OLE color: 9853985.

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

Color convert

RGB 33 92 150 -
CMYK 0.78 0.39 0 0.41
HSL 209.74º 0.64% 0.36% -
HSV(B) 209.74º 0.78% 0.59% -
XYZ 9.96 10.18 30.29 -
YUV 80.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 33 92 150 0.78 0.39 0 0.41 209.74 0.64 0.36
Hex 21 5C 96 4E 27 0 29 D2 40 24
Octal 41 134 226 116 47 0 51 322 100 44
Binary 100001 1011100 10010110 1001110 100111 0 101001 11010010 1000000 100100

Color Harmonies of #215C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C96

Black with #215C96

Text Example


Text Example

White with #215C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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