#316675

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

Shades of Blumine #316675

Tints of Blumine #316675

Color information

#316675 (or 0x316675) is unknown color: approx Blumine. HEX triplet: 31, 66 and 75. RGB value is (49,102,117). Sum of RGB (Red+Green+Blue) = 49+102+117=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #316675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316675 is #CE998A. Grayscale: #575757. Windows color (decimal): -13539723 or 7693873. OLE color: 7693873.

HSL color Cylindrical-coordinate representation of color #316675: hue angle of 193.24º 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 #316675 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49102117-
CMYK0.580.1300.54
HSL193.24º40.96%32.55%-
HSV(B)193.24º58.12%45.88%-
XYZ9.2311.4418.55-
YUV87.86144.44100.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=18.28%
G=38.06%
B=43.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491021170.580.1300.54193.2440.9632.55
Hex3166753AD036c12921
Octal6114616572150663015141
Binary110001110011011101011110101101011011011000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316675; }

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

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

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

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

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

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

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

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