Html Css Color HEX #295C91 Endeavour

📋 copy color: '#295C91'

red 41 ◦ green 92 ◦ blue 145

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

Shades of Endeavour #295C91

Tints of Endeavour #295C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 14.75%
G = 33.09%
B = 52.16%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295C91 (or 0x295C91) is known color: Endeavour. HEX triplet: 29, 5C and 91. RGB value is (41,92,145). Sum of RGB (Red+Green+Blue) = 41+92+145=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #295C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C91 is #D6A36E. Grayscale: #525252. Windows color (decimal): -14066543 or 9526313. OLE color: 9526313.

HSL color Cylindrical-coordinate representation of color #295C91: hue angle of 210.58º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295C91 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 92 145 -
CMYK 0.72 0.37 0 0.43
HSL 210.58º 0.56% 0.36% -
HSV(B) 210.58º 0.72% 0.57% -
XYZ 9.85 10.17 28.23 -
YUV 82.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 41 92 145 0.72 0.37 0 0.43 210.58 0.56 0.36
Hex 29 5C 91 48 25 0 2B D3 38 24
Octal 51 134 221 110 45 0 53 323 70 44
Binary 101001 1011100 10010001 1001000 100101 0 101011 11010011 111000 100100

Color Harmonies of #295C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C91

Black with #295C91

Text Example


Text Example

White with #295C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,92,145); }

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

background-color css

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

 a { background-color: rgb(41,92,145); }

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

border-color css

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

 span { border-color: rgb(41,92,145); }

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