Html Css Color HEX #295492 Endeavour

📋 copy color: '#295492'

red 41 ◦ green 84 ◦ blue 146

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

Shades of Endeavour #295492

Tints of Endeavour #295492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 15.13%
G = 31%
B = 53.87%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#295492 (or 0x295492) is known color: Endeavour. HEX triplet: 29, 54 and 92. RGB value is (41,84,146). Sum of RGB (Red+Green+Blue) = 41+84+146=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #295492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295492 is #D6AB6D. Grayscale: #4D4D4D. Windows color (decimal): -14068590 or 9589801. OLE color: 9589801.

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

Color convert

RGB 41 84 146 -
CMYK 0.72 0.42 0 0.43
HSL 215.43º 0.56% 0.37% -
HSV(B) 215.43º 0.72% 0.57% -
XYZ 9.27 8.89 28.42 -
YUV 78.21 166.25 101.46 -
System Red Green Blue C M Y K H S L
Decimal 41 84 146 0.72 0.42 0 0.43 215.43 0.56 0.37
Hex 29 54 92 48 2A 0 2B D7 38 25
Octal 51 124 222 110 52 0 53 327 70 45
Binary 101001 1010100 10010010 1001000 101010 0 101011 11010111 111000 100101

Color Harmonies of #295492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295492

Black with #295492

Text Example


Text Example

White with #295492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295492; }

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

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

background-color css

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

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

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

border-color css

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

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

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