Html Css Color HEX #295593 Endeavour

📋 copy color: '#295593'

red 41 ◦ green 85 ◦ blue 147

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

Shades of Endeavour #295593

Tints of Endeavour #295593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 15.02%
G = 31.14%
B = 53.85%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295593 (or 0x295593) is known color: Endeavour. HEX triplet: 29, 55 and 93. RGB value is (41,85,147). Sum of RGB (Red+Green+Blue) = 41+85+147=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #295593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295593 is #D6AA6C. Grayscale: #4E4E4E. Windows color (decimal): -14068333 or 9655593. OLE color: 9655593.

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

Color convert

RGB 41 85 147 -
CMYK 0.72 0.42 0 0.42
HSL 215.09º 0.56% 0.37% -
HSV(B) 215.09º 0.72% 0.58% -
XYZ 9.43 9.08 28.86 -
YUV 78.91 166.42 100.96 -
System Red Green Blue C M Y K H S L
Decimal 41 85 147 0.72 0.42 0 0.42 215.09 0.56 0.37
Hex 29 55 93 48 2A 0 2A D7 38 25
Octal 51 125 223 110 52 0 52 327 70 45
Binary 101001 1010101 10010011 1001000 101010 0 101010 11010111 111000 100101

Color Harmonies of #295593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295593

Black with #295593

Text Example


Text Example

White with #295593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295593; }

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

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

background-color css

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

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

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

border-color css

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

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

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