#316368

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

Shades of Blumine #316368

Tints of Blumine #316368

Color information

#316368 (or 0x316368) is unknown color: approx Blumine. HEX triplet: 31, 63 and 68. RGB value is (49,99,104). Sum of RGB (Red+Green+Blue) = 49+99+104=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #316368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316368 is #CE9C97. Grayscale: #545454. Windows color (decimal): -13540504 or 6841137. OLE color: 6841137.

HSL color Cylindrical-coordinate representation of color #316368: hue angle of 185.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 #316368 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4999104-
CMYK0.530.0500.59
HSL185.45º35.95%30%-
HSV(B)185.45º52.88%40.78%-
XYZ8.2310.5814.7-
YUV84.62138.94102.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=19.44%
G=39.29%
B=41.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49991040.530.0500.59185.4535.9530
Hex31636835503Bb9241e
Octal611431506550732714436
Binary1100011100011110100011010110101110111011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316368; }

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

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

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

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

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

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

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

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