Html Css Color HEX #295195 Endeavour

📋 copy color: '#295195'

red 41 ◦ green 81 ◦ blue 149

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

Shades of Endeavour #295195

Tints of Endeavour #295195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.98%

R = 15.13%
G = 29.89%
B = 54.98%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295195 (or 0x295195) is known color: Endeavour. HEX triplet: 29, 51 and 95. RGB value is (41,81,149). Sum of RGB (Red+Green+Blue) = 41+81+149=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #295195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295195 is #D6AE6A. Grayscale: #4C4C4C. Windows color (decimal): -14069355 or 9785641. OLE color: 9785641.

HSL color Cylindrical-coordinate representation of color #295195: hue angle of 217.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295195 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 81 149 -
CMYK 0.72 0.46 0 0.42
HSL 217.78º 0.57% 0.37% -
HSV(B) 217.78º 0.72% 0.58% -
XYZ 9.28 8.53 29.59 -
YUV 76.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 41 81 149 0.72 0.46 0 0.42 217.78 0.57 0.37
Hex 29 51 95 48 2E 0 2A DA 39 25
Octal 51 121 225 110 56 0 52 332 71 45
Binary 101001 1010001 10010101 1001000 101110 0 101010 11011010 111001 100101

Color Harmonies of #295195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295195

Black with #295195

Text Example


Text Example

White with #295195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295195; }

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

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

background-color css

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

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

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

border-color css

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

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

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