#315593

Color #315593 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #315593

Tints of Endeavour #315593

Color information

#315593 (or 0x315593) is unknown color: approx Endeavour. HEX triplet: 31, 55 and 93. RGB value is (49,85,147). Sum of RGB (Red+Green+Blue) = 49+85+147=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #315593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315593 is #CEAA6C. Grayscale: #515151. Windows color (decimal): -13544045 or 9655601. OLE color: 9655601.

HSL color Cylindrical-coordinate representation of color #315593: hue angle of 217.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315593 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4985147-
CMYK0.670.4200.42
HSL217.96º50%38.43%-
HSV(B)217.96º66.67%57.65%-
XYZ9.789.2628.87-
YUV81.3165.07104.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=17.44%
G=30.25%
B=52.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49851470.670.4200.42217.965038.43
Hex315593432A02Ada3226
Octal61125223103520523326246
Binary1100011010101100100111000011101010010101011011010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315593; }

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

 H1.HeaderClassName
 {
   color: #315593;
 }
 .AnyTagClassName
 {
   color: #315593;
 }
</style>
background-color css

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

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

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

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

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

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