Html Css Color HEX #295BA1 Endeavour

📋 copy color: '#295BA1'

red 41 ◦ green 91 ◦ blue 161

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

Shades of Endeavour #295BA1

Tints of Endeavour #295BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 13.99%
G = 31.06%
B = 54.95%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#295BA1 (or 0x295BA1) is known color: Endeavour. HEX triplet: 29, 5B and A1. RGB value is (41,91,161). Sum of RGB (Red+Green+Blue) = 41+91+161=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #295BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA1 is #D6A45E. Grayscale: #535353. Windows color (decimal): -14066783 or 10574633. OLE color: 10574633.

HSL color Cylindrical-coordinate representation of color #295BA1: hue angle of 215º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295BA1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 91 161 -
CMYK 0.75 0.43 0 0.37
HSL 215º 0.59% 0.4% -
HSV(B) 215º 0.75% 0.63% -
XYZ 11.09 10.53 35.17 -
YUV 84.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 41 91 161 0.75 0.43 0 0.37 215 0.59 0.4
Hex 29 5B A1 4B 2B 0 25 D7 3B 28
Octal 51 133 241 113 53 0 45 327 73 50
Binary 101001 1011011 10100001 1001011 101011 0 100101 11010111 111011 101000

Color Harmonies of #295BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BA1

Black with #295BA1

Text Example


Text Example

White with #295BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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