Html Css Color HEX #295592 Endeavour

📋 copy color: '#295592'

red 41 ◦ green 85 ◦ blue 146

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

Shades of Endeavour #295592

Tints of Endeavour #295592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

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

R = 15.07%
G = 31.25%
B = 53.68%

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

#295592 (or 0x295592) is known color: Endeavour. HEX triplet: 29, 55 and 92. RGB value is (41,85,146). Sum of RGB (Red+Green+Blue) = 41+85+146=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #295592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295592 is #D6AA6D. Grayscale: #4E4E4E. Windows color (decimal): -14068334 or 9590057. OLE color: 9590057.

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

Color convert

RGB 41 85 146 -
CMYK 0.72 0.42 0 0.43
HSL 214.86º 0.56% 0.37% -
HSV(B) 214.86º 0.72% 0.57% -
XYZ 9.35 9.04 28.45 -
YUV 78.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 41 85 146 0.72 0.42 0 0.43 214.86 0.56 0.37
Hex 29 55 92 48 2A 0 2B D7 38 25
Octal 51 125 222 110 52 0 53 327 70 45
Binary 101001 1010101 10010010 1001000 101010 0 101011 11010111 111000 100101

Color Harmonies of #295592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295592

Black with #295592

Text Example


Text Example

White with #295592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295592; }

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

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

background-color css

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

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

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

border-color css

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

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

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