#316375

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

Shades of Blumine #316375

Tints of Blumine #316375

Color information

#316375 (or 0x316375) is unknown color: approx Blumine. HEX triplet: 31, 63 and 75. RGB value is (49,99,117). Sum of RGB (Red+Green+Blue) = 49+99+117=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #316375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316375 is #CE9C8A. Grayscale: #555555. Windows color (decimal): -13540491 or 7693105. OLE color: 7693105.

HSL color Cylindrical-coordinate representation of color #316375: hue angle of 195.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316375 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4999117-
CMYK0.580.1500.54
HSL195.88º40.96%32.55%-
HSV(B)195.88º58.12%45.88%-
XYZ8.9410.8618.45-
YUV86.1145.44101.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.49%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=18.49%
G=37.36%
B=44.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49991170.580.1500.54195.8840.9632.55
Hex3163753AF036c42921
Octal6114316572170663045141
Binary110001110001111101011110101111011011011000100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316375; }

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

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

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

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

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

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

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

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