Html Css Color HEX #295197 Endeavour

📋 copy color: '#295197'

red 41 ◦ green 81 ◦ blue 151

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

Shades of Endeavour #295197

Tints of Endeavour #295197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 15.02%
G = 29.67%
B = 55.31%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295197 (or 0x295197) is known color: Endeavour. HEX triplet: 29, 51 and 97. RGB value is (41,81,151). Sum of RGB (Red+Green+Blue) = 41+81+151=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #295197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295197 is #D6AE68. Grayscale: #4C4C4C. Windows color (decimal): -14069353 or 9916713. OLE color: 9916713.

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

Color convert

RGB 41 81 151 -
CMYK 0.73 0.46 0 0.41
HSL 218.18º 0.57% 0.38% -
HSV(B) 218.18º 0.73% 0.59% -
XYZ 9.44 8.59 30.44 -
YUV 77.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 41 81 151 0.73 0.46 0 0.41 218.18 0.57 0.38
Hex 29 51 97 49 2E 0 29 DA 39 26
Octal 51 121 227 111 56 0 51 332 71 46
Binary 101001 1010001 10010111 1001001 101110 0 101001 11011010 111001 100110

Color Harmonies of #295197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295197

Black with #295197

Text Example


Text Example

White with #295197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295197; }

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

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

background-color css

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

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

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

border-color css

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

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

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