Html Css Color HEX #295199 Endeavour

📋 copy color: '#295199'

red 41 ◦ green 81 ◦ blue 153

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

Shades of Endeavour #295199

Tints of Endeavour #295199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 14.91%
G = 29.45%
B = 55.64%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#295199 (or 0x295199) is known color: Endeavour. HEX triplet: 29, 51 and 99. RGB value is (41,81,153). Sum of RGB (Red+Green+Blue) = 41+81+153=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #295199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295199 is #D6AE66. Grayscale: #4C4C4C. Windows color (decimal): -14069351 or 10047785. OLE color: 10047785.

HSL color Cylindrical-coordinate representation of color #295199: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295199 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 81 153 -
CMYK 0.73 0.47 0 0.4
HSL 218.57º 0.58% 0.38% -
HSV(B) 218.57º 0.73% 0.6% -
XYZ 9.61 8.66 31.3 -
YUV 77.25 170.75 102.15 -
System Red Green Blue C M Y K H S L
Decimal 41 81 153 0.73 0.47 0 0.4 218.57 0.58 0.38
Hex 29 51 99 49 2F 0 28 DB 3A 26
Octal 51 121 231 111 57 0 50 333 72 46
Binary 101001 1010001 10011001 1001001 101111 0 101000 11011011 111010 100110

Color Harmonies of #295199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295199

Black with #295199

Text Example


Text Example

White with #295199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295199; }

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

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

background-color css

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

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

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

border-color css

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

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

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