Html Css Color HEX #215296 Endeavour

📋 copy color: '#215296'

red 33 ◦ green 82 ◦ blue 150

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

Shades of Endeavour #215296

Tints of Endeavour #215296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 12.45%
G = 30.94%
B = 56.6%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215296 (or 0x215296) is known color: Endeavour. HEX triplet: 21, 52 and 96. RGB value is (33,82,150). Sum of RGB (Red+Green+Blue) = 33+82+150=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #215296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215296 is #DEAD69. Grayscale: #4A4A4A. Windows color (decimal): -14593386 or 9851425. OLE color: 9851425.

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

Color convert

RGB 33 82 150 -
CMYK 0.78 0.45 0 0.41
HSL 214.87º 0.64% 0.36% -
HSV(B) 214.87º 0.78% 0.59% -
XYZ 9.15 8.56 30.02 -
YUV 75.1 170.27 97.97 -
System Red Green Blue C M Y K H S L
Decimal 33 82 150 0.78 0.45 0 0.41 214.87 0.64 0.36
Hex 21 52 96 4E 2D 0 29 D7 40 24
Octal 41 122 226 116 55 0 51 327 100 44
Binary 100001 1010010 10010110 1001110 101101 0 101001 11010111 1000000 100100

Color Harmonies of #215296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215296

Black with #215296

Text Example


Text Example

White with #215296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215296; }

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

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

background-color css

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

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

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

border-color css

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

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

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