Html Css Color HEX #295999 Endeavour

📋 copy color: '#295999'

red 41 ◦ green 89 ◦ blue 153

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

Shades of Endeavour #295999

Tints of Endeavour #295999

RGB

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

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

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

R = 14.49%
G = 31.45%
B = 54.06%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295999 (or 0x295999) is known color: Endeavour. HEX triplet: 29, 59 and 99. RGB value is (41,89,153). Sum of RGB (Red+Green+Blue) = 41+89+153=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #295999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295999 is #D6A666. Grayscale: #515151. Windows color (decimal): -14067303 or 10049833. OLE color: 10049833.

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

Color convert

RGB 41 89 153 -
CMYK 0.73 0.42 0 0.4
HSL 214.29º 0.58% 0.38% -
HSV(B) 214.29º 0.73% 0.6% -
XYZ 10.24 9.92 31.51 -
YUV 81.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 41 89 153 0.73 0.42 0 0.4 214.29 0.58 0.38
Hex 29 59 99 49 2A 0 28 D6 3A 26
Octal 51 131 231 111 52 0 50 326 72 46
Binary 101001 1011001 10011001 1001001 101010 0 101000 11010110 111010 100110

Color Harmonies of #295999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295999

Black with #295999

Text Example


Text Example

White with #295999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295999; }

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

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

background-color css

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

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

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

border-color css

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

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

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