Html Css Color HEX #215698 Endeavour

📋 copy color: '#215698'

red 33 ◦ green 86 ◦ blue 152

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

Shades of Endeavour #215698

Tints of Endeavour #215698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 12.18%
G = 31.73%
B = 56.09%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#215698 (or 0x215698) is known color: Endeavour. HEX triplet: 21, 56 and 98. RGB value is (33,86,152). Sum of RGB (Red+Green+Blue) = 33+86+152=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #215698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215698 is #DEA967. Grayscale: #4D4D4D. Windows color (decimal): -14592360 or 9983521. OLE color: 9983521.

HSL color Cylindrical-coordinate representation of color #215698: hue angle of 213.28º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215698 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 86 152 -
CMYK 0.78 0.43 0 0.40
HSL 213.28º 0.64% 0.36% -
HSV(B) 213.28º 0.78% 0.6% -
XYZ 9.62 9.25 30.98 -
YUV 77.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 33 86 152 0.78 0.43 0 0.40 213.28 0.64 0.36
Hex 21 56 98 4E 2B 0 28 D5 40 24
Octal 41 126 230 116 53 0 50 325 100 44
Binary 100001 1010110 10011000 1001110 101011 0 101000 11010101 1000000 100100

Color Harmonies of #215698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215698

Black with #215698

Text Example


Text Example

White with #215698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215698; }

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

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

background-color css

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

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

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

border-color css

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

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

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