Html Css Color HEX #295799 Endeavour

📋 copy color: '#295799'

red 41 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #295799

Tints of Endeavour #295799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.96%

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

R = 14.59%
G = 30.96%
B = 54.45%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295799 (or 0x295799) is known color: Endeavour. HEX triplet: 29, 57 and 99. RGB value is (41,87,153). Sum of RGB (Red+Green+Blue) = 41+87+153=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #295799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295799 is #D6A866. Grayscale: #505050. Windows color (decimal): -14067815 or 10049321. OLE color: 10049321.

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

Color convert

RGB 41 87 153 -
CMYK 0.73 0.43 0 0.4
HSL 215.36º 0.58% 0.38% -
HSV(B) 215.36º 0.73% 0.6% -
XYZ 10.07 9.59 31.46 -
YUV 80.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 41 87 153 0.73 0.43 0 0.4 215.36 0.58 0.38
Hex 29 57 99 49 2B 0 28 D7 3A 26
Octal 51 127 231 111 53 0 50 327 72 46
Binary 101001 1010111 10011001 1001001 101011 0 101000 11010111 111010 100110

Color Harmonies of #295799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295799

Black with #295799

Text Example


Text Example

White with #295799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295799; }

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

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

background-color css

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

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

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

border-color css

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

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

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