#315667

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

Shades of Blumine #315667

Tints of Blumine #315667

Color information

#315667 (or 0x315667) is unknown color: approx Blumine. HEX triplet: 31, 56 and 67. RGB value is (49,86,103). Sum of RGB (Red+Green+Blue) = 49+86+103=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #315667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315667 is #CEA998. Grayscale: #4C4C4C. Windows color (decimal): -13543833 or 6772273. OLE color: 6772273.

HSL color Cylindrical-coordinate representation of color #315667: hue angle of 198.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #315667 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4986103-
CMYK0.520.1700.60
HSL198.89º35.53%29.8%-
HSV(B)198.89º52.43%40.39%-
XYZ7.048.2914.06-
YUV76.88142.74108.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=20.59%
G=36.13%
B=43.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49861030.520.1700.60198.8935.5329.8
Hex315667341103Cc7241e
Octal6112614764210743074436
Binary110001101011011001111101001000101111001100011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315667; }

 p { color: rgb(49,86,103); }

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

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

 a { background-color: rgb(49,86,103); }

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

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

 span { border-color: rgb(49,86,103); }

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