Html Css Color HEX #215399 Endeavour

📋 copy color: '#215399'

red 33 ◦ green 83 ◦ blue 153

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

Shades of Endeavour #215399

Tints of Endeavour #215399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 12.27%
G = 30.86%
B = 56.88%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#215399 (or 0x215399) is known color: Endeavour. HEX triplet: 21, 53 and 99. RGB value is (33,83,153). Sum of RGB (Red+Green+Blue) = 33+83+153=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #215399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215399 is #DEAC66. Grayscale: #4B4B4B. Windows color (decimal): -14593127 or 10048289. OLE color: 10048289.

HSL color Cylindrical-coordinate representation of color #215399: hue angle of 215º degrees, saturation: 0.65, 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 #215399 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 83 153 -
CMYK 0.78 0.46 0 0.4
HSL 215º 0.65% 0.36% -
HSV(B) 215º 0.78% 0.6% -
XYZ 9.47 8.81 31.34 -
YUV 76.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 33 83 153 0.78 0.46 0 0.4 215 0.65 0.36
Hex 21 53 99 4E 2E 0 28 D7 41 24
Octal 41 123 231 116 56 0 50 327 101 44
Binary 100001 1010011 10011001 1001110 101110 0 101000 11010111 1000001 100100

Color Harmonies of #215399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215399

Black with #215399

Text Example


Text Example

White with #215399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215399; }

 p { color: rgb(33,83,153); }

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

background-color css

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

 a { background-color: rgb(33,83,153); }

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

border-color css

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

 span { border-color: rgb(33,83,153); }

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