Html Css Color HEX #295897 Endeavour

📋 copy color: '#295897'

red 41 ◦ green 88 ◦ blue 151

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

Shades of Endeavour #295897

Tints of Endeavour #295897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.93%

R = 14.64%
G = 31.43%
B = 53.93%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295897 (or 0x295897) is known color: Endeavour. HEX triplet: 29, 58 and 97. RGB value is (41,88,151). Sum of RGB (Red+Green+Blue) = 41+88+151=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #295897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295897 is #D6A768. Grayscale: #505050. Windows color (decimal): -14067561 or 9918505. OLE color: 9918505.

HSL color Cylindrical-coordinate representation of color #295897: hue angle of 214.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295897 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 88 151 -
CMYK 0.73 0.42 0 0.41
HSL 214.36º 0.57% 0.38% -
HSV(B) 214.36º 0.73% 0.59% -
XYZ 9.99 9.69 30.62 -
YUV 81.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 41 88 151 0.73 0.42 0 0.41 214.36 0.57 0.38
Hex 29 58 97 49 2A 0 29 D6 39 26
Octal 51 130 227 111 52 0 51 326 71 46
Binary 101001 1011000 10010111 1001001 101010 0 101001 11010110 111001 100110

Color Harmonies of #295897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295897

Black with #295897

Text Example


Text Example

White with #295897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295897; }

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

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

background-color css

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

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

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

border-color css

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

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

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