Html Css Color HEX #215696 Endeavour

📋 copy color: '#215696'

red 33 ◦ green 86 ◦ blue 150

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

Shades of Endeavour #215696

Tints of Endeavour #215696

RGB

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

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

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

R = 12.27%
G = 31.97%
B = 55.76%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215696 (or 0x215696) is known color: Endeavour. HEX triplet: 21, 56 and 96. RGB value is (33,86,150). Sum of RGB (Red+Green+Blue) = 33+86+150=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #215696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215696 is #DEA969. Grayscale: #4D4D4D. Windows color (decimal): -14592362 or 9852449. OLE color: 9852449.

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

Color convert

RGB 33 86 150 -
CMYK 0.78 0.43 0 0.41
HSL 212.82º 0.64% 0.36% -
HSV(B) 212.82º 0.78% 0.59% -
XYZ 9.46 9.18 30.13 -
YUV 77.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 33 86 150 0.78 0.43 0 0.41 212.82 0.64 0.36
Hex 21 56 96 4E 2B 0 29 D5 40 24
Octal 41 126 226 116 53 0 51 325 100 44
Binary 100001 1010110 10010110 1001110 101011 0 101001 11010101 1000000 100100

Color Harmonies of #215696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215696

Black with #215696

Text Example


Text Example

White with #215696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215696; }

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

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

background-color css

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

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

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

border-color css

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

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

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