Html Css Color HEX #215086 Endeavour

📋 copy color: '#215086'

red 33 ◦ green 80 ◦ blue 134

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

Shades of Endeavour #215086

Tints of Endeavour #215086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.25%

R = 13.36%
G = 32.39%
B = 54.25%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215086 (or 0x215086) is known color: Endeavour. HEX triplet: 21, 50 and 86. RGB value is (33,80,134). Sum of RGB (Red+Green+Blue) = 33+80+134=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #215086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215086 is #DEAF79. Grayscale: #474747. Windows color (decimal): -14593914 or 8802337. OLE color: 8802337.

HSL color Cylindrical-coordinate representation of color #215086: hue angle of 212.08º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215086 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 80 134 -
CMYK 0.75 0.40 0 0.47
HSL 212.08º 0.6% 0.33% -
HSV(B) 212.08º 0.75% 0.53% -
XYZ 7.8 7.78 23.65 -
YUV 72.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 33 80 134 0.75 0.40 0 0.47 212.08 0.6 0.33
Hex 21 50 86 4B 28 0 2F D4 3C 21
Octal 41 120 206 113 50 0 57 324 74 41
Binary 100001 1010000 10000110 1001011 101000 0 101111 11010100 111100 100001

Color Harmonies of #215086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215086

Black with #215086

Text Example


Text Example

White with #215086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215086; }

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

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

background-color css

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

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

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

border-color css

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

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

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