Html Css Color HEX #215588 Endeavour

📋 copy color: '#215588'

red 33 ◦ green 85 ◦ blue 136

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

Shades of Endeavour #215588

Tints of Endeavour #215588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

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

R = 12.99%
G = 33.46%
B = 53.54%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215588 (or 0x215588) is known color: Endeavour. HEX triplet: 21, 55 and 88. RGB value is (33,85,136). Sum of RGB (Red+Green+Blue) = 33+85+136=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #215588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215588 is #DEAA77. Grayscale: #4B4B4B. Windows color (decimal): -14592632 or 8934689. OLE color: 8934689.

HSL color Cylindrical-coordinate representation of color #215588: hue angle of 209.71º 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 #215588 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 85 136 -
CMYK 0.76 0.38 0 0.47
HSL 209.71º 0.61% 0.33% -
HSV(B) 209.71º 0.76% 0.53% -
XYZ 8.32 8.6 24.51 -
YUV 75.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 33 85 136 0.76 0.38 0 0.47 209.71 0.61 0.33
Hex 21 55 88 4C 26 0 2F D2 3D 21
Octal 41 125 210 114 46 0 57 322 75 41
Binary 100001 1010101 10001000 1001100 100110 0 101111 11010010 111101 100001

Color Harmonies of #215588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215588

Black with #215588

Text Example


Text Example

White with #215588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215588; }

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

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

background-color css

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

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

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

border-color css

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

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

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