#316475

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

Shades of Blumine #316475

Tints of Blumine #316475

Color information

#316475 (or 0x316475) is unknown color: approx Blumine. HEX triplet: 31, 64 and 75. RGB value is (49,100,117). Sum of RGB (Red+Green+Blue) = 49+100+117=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #316475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316475 is #CE9B8A. Grayscale: #565656. Windows color (decimal): -13540235 or 7693361. OLE color: 7693361.

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

Color convert

RGB49100117-
CMYK0.580.1500.54
HSL195º40.96%32.55%-
HSV(B)195º58.12%45.88%-
XYZ9.0311.0518.49-
YUV86.69145.1101.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=18.42%
G=37.59%
B=43.98%

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
Decimal491001170.580.1500.5419540.9632.55
Hex3164753AF036c32921
Octal6114416572170663035141
Binary110001110010011101011110101111011011011000011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316475; }

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

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

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

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

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

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

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

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