Html Css Color HEX #215096 Endeavour

📋 copy color: '#215096'

red 33 ◦ green 80 ◦ blue 150

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

Shades of Endeavour #215096

Tints of Endeavour #215096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.42%

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

R = 12.55%
G = 30.42%
B = 57.03%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215096 (or 0x215096) is known color: Endeavour. HEX triplet: 21, 50 and 96. RGB value is (33,80,150). Sum of RGB (Red+Green+Blue) = 33+80+150=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #215096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215096 is #DEAF69. Grayscale: #494949. Windows color (decimal): -14593898 or 9850913. OLE color: 9850913.

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

Color convert

RGB 33 80 150 -
CMYK 0.78 0.47 0 0.41
HSL 215.9º 0.64% 0.36% -
HSV(B) 215.9º 0.78% 0.59% -
XYZ 9 8.26 29.97 -
YUV 73.93 170.93 98.81 -
System Red Green Blue C M Y K H S L
Decimal 33 80 150 0.78 0.47 0 0.41 215.9 0.64 0.36
Hex 21 50 96 4E 2F 0 29 D8 40 24
Octal 41 120 226 116 57 0 51 330 100 44
Binary 100001 1010000 10010110 1001110 101111 0 101001 11011000 1000000 100100

Color Harmonies of #215096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215096

Black with #215096

Text Example


Text Example

White with #215096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215096; }

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

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

background-color css

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

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

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

border-color css

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

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

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