Html Css Color HEX #295BA0 Endeavour

📋 copy color: '#295BA0'

red 41 ◦ green 91 ◦ blue 160

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

Shades of Endeavour #295BA0

Tints of Endeavour #295BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 54.79%

R = 14.04%
G = 31.16%
B = 54.79%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#295BA0 (or 0x295BA0) is known color: Endeavour. HEX triplet: 29, 5B and A0. RGB value is (41,91,160). Sum of RGB (Red+Green+Blue) = 41+91+160=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #295BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA0 is #D6A45F. Grayscale: #535353. Windows color (decimal): -14066784 or 10509097. OLE color: 10509097.

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

Color convert

RGB 41 91 160 -
CMYK 0.74 0.43 0 0.37
HSL 214.79º 0.59% 0.39% -
HSV(B) 214.79º 0.74% 0.63% -
XYZ 11 10.49 34.7 -
YUV 83.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 41 91 160 0.74 0.43 0 0.37 214.79 0.59 0.39
Hex 29 5B A0 4A 2B 0 25 D7 3B 27
Octal 51 133 240 112 53 0 45 327 73 47
Binary 101001 1011011 10100000 1001010 101011 0 100101 11010111 111011 100111

Color Harmonies of #295BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BA0

Black with #295BA0

Text Example


Text Example

White with #295BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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