Html Css Color HEX #295097 Endeavour

📋 copy color: '#295097'

red 41 ◦ green 80 ◦ blue 151

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

Shades of Endeavour #295097

Tints of Endeavour #295097

RGB

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

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

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

R = 15.07%
G = 29.41%
B = 55.51%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295097 (or 0x295097) is known color: Endeavour. HEX triplet: 29, 50 and 97. RGB value is (41,80,151). Sum of RGB (Red+Green+Blue) = 41+80+151=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #295097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295097 is #D6AF68. Grayscale: #4C4C4C. Windows color (decimal): -14069609 or 9916457. OLE color: 9916457.

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

Color convert

RGB 41 80 151 -
CMYK 0.73 0.47 0 0.41
HSL 218.73º 0.57% 0.38% -
HSV(B) 218.73º 0.73% 0.59% -
XYZ 9.37 8.44 30.41 -
YUV 76.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 41 80 151 0.73 0.47 0 0.41 218.73 0.57 0.38
Hex 29 50 97 49 2F 0 29 DB 39 26
Octal 51 120 227 111 57 0 51 333 71 46
Binary 101001 1010000 10010111 1001001 101111 0 101001 11011011 111001 100110

Color Harmonies of #295097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295097

Black with #295097

Text Example


Text Example

White with #295097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295097; }

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

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

background-color css

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

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

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

border-color css

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

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

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