#315868

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

Shades of Blumine #315868

Tints of Blumine #315868

Color information

#315868 (or 0x315868) is unknown color: approx Blumine. HEX triplet: 31, 58 and 68. RGB value is (49,88,104). Sum of RGB (Red+Green+Blue) = 49+88+104=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #315868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315868 is #CEA797. Grayscale: #4E4E4E. Windows color (decimal): -13543320 or 6838321. OLE color: 6838321.

HSL color Cylindrical-coordinate representation of color #315868: hue angle of 197.45º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315868 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4988104-
CMYK0.530.1500.59
HSL197.45º35.95%30%-
HSV(B)197.45º52.88%40.78%-
XYZ7.268.6314.38-
YUV78.16142.58107.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=20.33%
G=36.51%
B=43.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49881040.530.1500.59197.4535.9530
Hex31586835F03Bc5241e
Octal6113015065170733054436
Binary11000110110001101000110101111101110111100010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315868; }

 p { color: rgb(49,88,104); }

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

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

 a { background-color: rgb(49,88,104); }

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

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

 span { border-color: rgb(49,88,104); }

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