#315565

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

Shades of Blumine #315565

Tints of Blumine #315565

Color information

#315565 (or 0x315565) is unknown color: approx Blumine. HEX triplet: 31, 55 and 65. RGB value is (49,85,101). Sum of RGB (Red+Green+Blue) = 49+85+101=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #315565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315565 is #CEAA9A. Grayscale: #4B4B4B. Windows color (decimal): -13544091 or 6640945. OLE color: 6640945.

HSL color Cylindrical-coordinate representation of color #315565: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315565 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4985101-
CMYK0.510.1600.60
HSL198.46º34.67%29.41%-
HSV(B)198.46º51.49%39.61%-
XYZ6.868.0913.51-
YUV76.06142.07108.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=20.85%
G=36.17%
B=42.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49851010.510.1600.60198.4634.6729.41
Hex315565331003Cc6231d
Octal6112514563200743064335
Binary110001101010111001011100111000001111001100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315565; }

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

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

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

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

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

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

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

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