Html Css Color HEX #295B91 Endeavour

📋 copy color: '#295B91'

red 41 ◦ green 91 ◦ blue 145

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

Shades of Endeavour #295B91

Tints of Endeavour #295B91

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.85%

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

R = 14.8%
G = 32.85%
B = 52.35%

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

#295B91 (or 0x295B91) is known color: Endeavour. HEX triplet: 29, 5B and 91. RGB value is (41,91,145). Sum of RGB (Red+Green+Blue) = 41+91+145=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #295B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B91 is #D6A46E. Grayscale: #515151. Windows color (decimal): -14066799 or 9526057. OLE color: 9526057.

HSL color Cylindrical-coordinate representation of color #295B91: hue angle of 211.15º 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 #295B91 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 91 145 -
CMYK 0.72 0.37 0 0.43
HSL 211.15º 0.56% 0.36% -
HSV(B) 211.15º 0.72% 0.57% -
XYZ 9.77 10 28.2 -
YUV 82.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 41 91 145 0.72 0.37 0 0.43 211.15 0.56 0.36
Hex 29 5B 91 48 25 0 2B D3 38 24
Octal 51 133 221 110 45 0 53 323 70 44
Binary 101001 1011011 10010001 1001000 100101 0 101011 11010011 111000 100100

Color Harmonies of #295B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B91

Black with #295B91

Text Example


Text Example

White with #295B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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