Html Css Color HEX #295096 Endeavour

📋 copy color: '#295096'

red 41 ◦ green 80 ◦ blue 150

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

Shades of Endeavour #295096

Tints of Endeavour #295096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 150 (58.98% from 255) = 55.35%

R = 15.13%
G = 29.52%
B = 55.35%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#295096 (or 0x295096) is known color: Endeavour. HEX triplet: 29, 50 and 96. RGB value is (41,80,150). Sum of RGB (Red+Green+Blue) = 41+80+150=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #295096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295096 is #D6AF69. Grayscale: #4C4C4C. Windows color (decimal): -14069610 or 9850921. OLE color: 9850921.

HSL color Cylindrical-coordinate representation of color #295096: hue angle of 218.53º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295096 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 80 150 -
CMYK 0.73 0.47 0 0.41
HSL 218.53º 0.57% 0.37% -
HSV(B) 218.53º 0.73% 0.59% -
XYZ 9.29 8.41 29.99 -
YUV 76.32 169.58 102.81 -
System Red Green Blue C M Y K H S L
Decimal 41 80 150 0.73 0.47 0 0.41 218.53 0.57 0.37
Hex 29 50 96 49 2F 0 29 DB 39 25
Octal 51 120 226 111 57 0 51 333 71 45
Binary 101001 1010000 10010110 1001001 101111 0 101001 11011011 111001 100101

Color Harmonies of #295096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295096

Black with #295096

Text Example


Text Example

White with #295096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295096; }

 p { color: rgb(41,80,150); }

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

background-color css

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

 a { background-color: rgb(41,80,150); }

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

border-color css

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

 span { border-color: rgb(41,80,150); }

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