Html Css Color HEX #295D97 Endeavour

📋 copy color: '#295D97'

red 41 ◦ green 93 ◦ blue 151

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

Shades of Endeavour #295D97

Tints of Endeavour #295D97

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 14.39%
G = 32.63%
B = 52.98%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295D97 (or 0x295D97) is known color: Endeavour. HEX triplet: 29, 5D and 97. RGB value is (41,93,151). Sum of RGB (Red+Green+Blue) = 41+93+151=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #295D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D97 is #D6A268. Grayscale: #535353. Windows color (decimal): -14066281 or 9919785. OLE color: 9919785.

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

Color convert

RGB 41 93 151 -
CMYK 0.73 0.38 0 0.41
HSL 211.64º 0.57% 0.38% -
HSV(B) 211.64º 0.73% 0.59% -
XYZ 10.41 10.53 30.76 -
YUV 84.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 41 93 151 0.73 0.38 0 0.41 211.64 0.57 0.38
Hex 29 5D 97 49 26 0 29 D4 39 26
Octal 51 135 227 111 46 0 51 324 71 46
Binary 101001 1011101 10010111 1001001 100110 0 101001 11010100 111001 100110

Color Harmonies of #295D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D97

Black with #295D97

Text Example


Text Example

White with #295D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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