Html Css Color HEX #215988 Endeavour

📋 copy color: '#215988'

red 33 ◦ green 89 ◦ blue 136

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

Shades of Endeavour #215988

Tints of Endeavour #215988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

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

R = 12.79%
G = 34.5%
B = 52.71%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#215988 (or 0x215988) is known color: Endeavour. HEX triplet: 21, 59 and 88. RGB value is (33,89,136). Sum of RGB (Red+Green+Blue) = 33+89+136=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #215988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215988 is #DEA677. Grayscale: #4D4D4D. Windows color (decimal): -14591608 or 8935713. OLE color: 8935713.

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

Color convert

RGB 33 89 136 -
CMYK 0.76 0.35 0 0.47
HSL 207.38º 0.61% 0.33% -
HSV(B) 207.38º 0.76% 0.53% -
XYZ 8.64 9.25 24.62 -
YUV 77.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 33 89 136 0.76 0.35 0 0.47 207.38 0.61 0.33
Hex 21 59 88 4C 23 0 2F CF 3D 21
Octal 41 131 210 114 43 0 57 317 75 41
Binary 100001 1011001 10001000 1001100 100011 0 101111 11001111 111101 100001

Color Harmonies of #215988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215988

Black with #215988

Text Example


Text Example

White with #215988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215988; }

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

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

background-color css

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

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

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

border-color css

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

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

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