Html Css Color HEX #295899 Endeavour

📋 copy color: '#295899'

red 41 ◦ green 88 ◦ blue 153

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

Shades of Endeavour #295899

Tints of Endeavour #295899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

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

R = 14.54%
G = 31.21%
B = 54.26%

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

#295899 (or 0x295899) is known color: Endeavour. HEX triplet: 29, 58 and 99. RGB value is (41,88,153). Sum of RGB (Red+Green+Blue) = 41+88+153=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #295899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295899 is #D6A766. Grayscale: #515151. Windows color (decimal): -14067559 or 10049577. OLE color: 10049577.

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

Color convert

RGB 41 88 153 -
CMYK 0.73 0.42 0 0.4
HSL 214.82º 0.58% 0.38% -
HSV(B) 214.82º 0.73% 0.6% -
XYZ 10.15 9.75 31.48 -
YUV 81.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 41 88 153 0.73 0.42 0 0.4 214.82 0.58 0.38
Hex 29 58 99 49 2A 0 28 D7 3A 26
Octal 51 130 231 111 52 0 50 327 72 46
Binary 101001 1011000 10011001 1001001 101010 0 101000 11010111 111010 100110

Color Harmonies of #295899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295899

Black with #295899

Text Example


Text Example

White with #295899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295899; }

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

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

background-color css

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

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

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

border-color css

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

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

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