Html Css Color HEX #215688 Endeavour

📋 copy color: '#215688'

red 33 ◦ green 86 ◦ blue 136

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

Shades of Endeavour #215688

Tints of Endeavour #215688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 12.94%
G = 33.73%
B = 53.33%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215688 (or 0x215688) is known color: Endeavour. HEX triplet: 21, 56 and 88. RGB value is (33,86,136). Sum of RGB (Red+Green+Blue) = 33+86+136=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #215688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215688 is #DEA977. Grayscale: #4B4B4B. Windows color (decimal): -14592376 or 8934945. OLE color: 8934945.

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

Color convert

RGB 33 86 136 -
CMYK 0.76 0.37 0 0.47
HSL 209.13º 0.61% 0.33% -
HSV(B) 209.13º 0.76% 0.53% -
XYZ 8.4 8.76 24.54 -
YUV 75.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 33 86 136 0.76 0.37 0 0.47 209.13 0.61 0.33
Hex 21 56 88 4C 25 0 2F D1 3D 21
Octal 41 126 210 114 45 0 57 321 75 41
Binary 100001 1010110 10001000 1001100 100101 0 101111 11010001 111101 100001

Color Harmonies of #215688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215688

Black with #215688

Text Example


Text Example

White with #215688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215688; }

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

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

background-color css

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

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

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

border-color css

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

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

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