Html Css Color HEX #295697 Endeavour

📋 copy color: '#295697'

red 41 ◦ green 86 ◦ blue 151

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

Shades of Endeavour #295697

Tints of Endeavour #295697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.94%

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

R = 14.75%
G = 30.94%
B = 54.32%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295697 (or 0x295697) is known color: Endeavour. HEX triplet: 29, 56 and 97. RGB value is (41,86,151). Sum of RGB (Red+Green+Blue) = 41+86+151=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #295697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295697 is #D6A968. Grayscale: #4F4F4F. Windows color (decimal): -14068073 or 9917993. OLE color: 9917993.

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

Color convert

RGB 41 86 151 -
CMYK 0.73 0.43 0 0.41
HSL 215.45º 0.57% 0.38% -
HSV(B) 215.45º 0.73% 0.59% -
XYZ 9.83 9.36 30.57 -
YUV 79.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 41 86 151 0.73 0.43 0 0.41 215.45 0.57 0.38
Hex 29 56 97 49 2B 0 29 D7 39 26
Octal 51 126 227 111 53 0 51 327 71 46
Binary 101001 1010110 10010111 1001001 101011 0 101001 11010111 111001 100110

Color Harmonies of #295697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295697

Black with #295697

Text Example


Text Example

White with #295697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295697; }

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

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

background-color css

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

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

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

border-color css

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

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

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