Html Css Color HEX #295099 Endeavour

📋 copy color: '#295099'

red 41 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #295099

Tints of Endeavour #295099

RGB

 RED value IS 41 (16.41% from 255) = 14.96%

 GREEN value IS 80 (31.64% from 255) = 29.2%

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

R = 14.96%
G = 29.2%
B = 55.84%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295099 (or 0x295099) is known color: Endeavour. HEX triplet: 29, 50 and 99. RGB value is (41,80,153). Sum of RGB (Red+Green+Blue) = 41+80+153=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #295099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295099 is #D6AF66. Grayscale: #4C4C4C. Windows color (decimal): -14069607 or 10047529. OLE color: 10047529.

HSL color Cylindrical-coordinate representation of color #295099: hue angle of 219.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295099 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 80 153 -
CMYK 0.73 0.48 0 0.4
HSL 219.11º 0.58% 0.38% -
HSV(B) 219.11º 0.73% 0.6% -
XYZ 9.53 8.51 31.28 -
YUV 76.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 41 80 153 0.73 0.48 0 0.4 219.11 0.58 0.38
Hex 29 50 99 49 30 0 28 DB 3A 26
Octal 51 120 231 111 60 0 50 333 72 46
Binary 101001 1010000 10011001 1001001 110000 0 101000 11011011 111010 100110

Color Harmonies of #295099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295099

Black with #295099

Text Example


Text Example

White with #295099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295099; }

 p { color: rgb(41,80,153); }

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

background-color css

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

 a { background-color: rgb(41,80,153); }

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

border-color css

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

 span { border-color: rgb(41,80,153); }

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