Html Css Color HEX #295397 Endeavour

📋 copy color: '#295397'

red 41 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #295397

Tints of Endeavour #295397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 14.91%
G = 30.18%
B = 54.91%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295397 (or 0x295397) is known color: Endeavour. HEX triplet: 29, 53 and 97. RGB value is (41,83,151). Sum of RGB (Red+Green+Blue) = 41+83+151=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #295397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295397 is #D6AC68. Grayscale: #4D4D4D. Windows color (decimal): -14068841 or 9917225. OLE color: 9917225.

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

Color convert

RGB 41 83 151 -
CMYK 0.73 0.45 0 0.41
HSL 217.09º 0.57% 0.38% -
HSV(B) 217.09º 0.73% 0.59% -
XYZ 9.59 8.89 30.49 -
YUV 78.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 41 83 151 0.73 0.45 0 0.41 217.09 0.57 0.38
Hex 29 53 97 49 2D 0 29 D9 39 26
Octal 51 123 227 111 55 0 51 331 71 46
Binary 101001 1010011 10010111 1001001 101101 0 101001 11011001 111001 100110

Color Harmonies of #295397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295397

Black with #295397

Text Example


Text Example

White with #295397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295397; }

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

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

background-color css

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

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

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

border-color css

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

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

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