Html Css Color HEX #295495 Endeavour

📋 copy color: '#295495'

red 41 ◦ green 84 ◦ blue 149

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

Shades of Endeavour #295495

Tints of Endeavour #295495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 14.96%
G = 30.66%
B = 54.38%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295495 (or 0x295495) is known color: Endeavour. HEX triplet: 29, 54 and 95. RGB value is (41,84,149). Sum of RGB (Red+Green+Blue) = 41+84+149=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #295495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295495 is #D6AB6A. Grayscale: #4E4E4E. Windows color (decimal): -14068587 or 9786409. OLE color: 9786409.

HSL color Cylindrical-coordinate representation of color #295495: hue angle of 216.11º 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 #295495 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 84 149 -
CMYK 0.72 0.44 0 0.42
HSL 216.11º 0.57% 0.37% -
HSV(B) 216.11º 0.72% 0.58% -
XYZ 9.51 8.98 29.67 -
YUV 78.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 41 84 149 0.72 0.44 0 0.42 216.11 0.57 0.37
Hex 29 54 95 48 2C 0 2A D8 39 25
Octal 51 124 225 110 54 0 52 330 71 45
Binary 101001 1010100 10010101 1001000 101100 0 101010 11011000 111001 100101

Color Harmonies of #295495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295495

Black with #295495

Text Example


Text Example

White with #295495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295495; }

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

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

background-color css

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

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

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

border-color css

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

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

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