Html Css Color HEX #215299 Endeavour

📋 copy color: '#215299'

red 33 ◦ green 82 ◦ blue 153

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

Shades of Endeavour #215299

Tints of Endeavour #215299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

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

R = 12.31%
G = 30.6%
B = 57.09%

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

#215299 (or 0x215299) is known color: Endeavour. HEX triplet: 21, 52 and 99. RGB value is (33,82,153). Sum of RGB (Red+Green+Blue) = 33+82+153=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #215299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215299 is #DEAD66. Grayscale: #4B4B4B. Windows color (decimal): -14593383 or 10048033. OLE color: 10048033.

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

Color convert

RGB 33 82 153 -
CMYK 0.78 0.46 0 0.4
HSL 215.5º 0.65% 0.36% -
HSV(B) 215.5º 0.78% 0.6% -
XYZ 9.39 8.66 31.31 -
YUV 75.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 33 82 153 0.78 0.46 0 0.4 215.5 0.65 0.36
Hex 21 52 99 4E 2E 0 28 D8 41 24
Octal 41 122 231 116 56 0 50 330 101 44
Binary 100001 1010010 10011001 1001110 101110 0 101000 11011000 1000001 100100

Color Harmonies of #215299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215299

Black with #215299

Text Example


Text Example

White with #215299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215299; }

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

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

background-color css

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

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

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

border-color css

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

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

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