Html Css Color HEX #215095 Endeavour

📋 copy color: '#215095'

red 33 ◦ green 80 ◦ blue 149

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

Shades of Endeavour #215095

Tints of Endeavour #215095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 12.6%
G = 30.53%
B = 56.87%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215095 (or 0x215095) is known color: Endeavour. HEX triplet: 21, 50 and 95. RGB value is (33,80,149). Sum of RGB (Red+Green+Blue) = 33+80+149=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #215095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215095 is #DEAF6A. Grayscale: #494949. Windows color (decimal): -14593899 or 9785377. OLE color: 9785377.

HSL color Cylindrical-coordinate representation of color #215095: hue angle of 215.69º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215095 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 80 149 -
CMYK 0.78 0.46 0 0.42
HSL 215.69º 0.64% 0.36% -
HSV(B) 215.69º 0.78% 0.58% -
XYZ 8.92 8.23 29.55 -
YUV 73.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 33 80 149 0.78 0.46 0 0.42 215.69 0.64 0.36
Hex 21 50 95 4E 2E 0 2A D8 40 24
Octal 41 120 225 116 56 0 52 330 100 44
Binary 100001 1010000 10010101 1001110 101110 0 101010 11011000 1000000 100100

Color Harmonies of #215095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215095

Black with #215095

Text Example


Text Example

White with #215095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215095; }

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

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

background-color css

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

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

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

border-color css

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

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

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