Html Css Color HEX #295189 Endeavour

📋 copy color: '#295189'

red 41 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #295189

Tints of Endeavour #295189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 15.83%
G = 31.27%
B = 52.9%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#295189 (or 0x295189) is known color: Endeavour. HEX triplet: 29, 51 and 89. RGB value is (41,81,137). Sum of RGB (Red+Green+Blue) = 41+81+137=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #295189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295189 is #D6AE76. Grayscale: #4B4B4B. Windows color (decimal): -14069367 or 8999209. OLE color: 8999209.

HSL color Cylindrical-coordinate representation of color #295189: hue angle of 215º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295189 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 81 137 -
CMYK 0.70 0.41 0 0.46
HSL 215º 0.54% 0.35% -
HSV(B) 215º 0.7% 0.54% -
XYZ 8.37 8.16 24.8 -
YUV 75.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 41 81 137 0.70 0.41 0 0.46 215 0.54 0.35
Hex 29 51 89 46 29 0 2E D7 36 23
Octal 51 121 211 106 51 0 56 327 66 43
Binary 101001 1010001 10001001 1000110 101001 0 101110 11010111 110110 100011

Color Harmonies of #295189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295189

Black with #295189

Text Example


Text Example

White with #295189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295189; }

 p { color: rgb(41,81,137); }

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

background-color css

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

 a { background-color: rgb(41,81,137); }

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

border-color css

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

 span { border-color: rgb(41,81,137); }

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