Html Css Color HEX #215695 Endeavour

📋 copy color: '#215695'

red 33 ◦ green 86 ◦ blue 149

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

Shades of Endeavour #215695

Tints of Endeavour #215695

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

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

R = 12.31%
G = 32.09%
B = 55.6%

CMYK

 C value IS 0.78

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#215695 (or 0x215695) is known color: Endeavour. HEX triplet: 21, 56 and 95. RGB value is (33,86,149). Sum of RGB (Red+Green+Blue) = 33+86+149=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #215695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215695 is #DEA96A. Grayscale: #4D4D4D. Windows color (decimal): -14592363 or 9786913. OLE color: 9786913.

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

Color convert

RGB 33 86 149 -
CMYK 0.78 0.42 0 0.42
HSL 212.59º 0.64% 0.36% -
HSV(B) 212.59º 0.78% 0.58% -
XYZ 9.38 9.15 29.71 -
YUV 77.34 168.44 96.38 -
System Red Green Blue C M Y K H S L
Decimal 33 86 149 0.78 0.42 0 0.42 212.59 0.64 0.36
Hex 21 56 95 4E 2A 0 2A D5 40 24
Octal 41 126 225 116 52 0 52 325 100 44
Binary 100001 1010110 10010101 1001110 101010 0 101010 11010101 1000000 100100

Color Harmonies of #215695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215695

Black with #215695

Text Example


Text Example

White with #215695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215695; }

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

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

background-color css

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

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

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

border-color css

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

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

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