#316271

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

Shades of Blumine #316271

Tints of Blumine #316271

Color information

#316271 (or 0x316271) is unknown color: approx Blumine. HEX triplet: 31, 62 and 71. RGB value is (49,98,113). Sum of RGB (Red+Green+Blue) = 49+98+113=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #316271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316271 is #CE9D8E. Grayscale: #545454. Windows color (decimal): -13540751 or 7430705. OLE color: 7430705.

HSL color Cylindrical-coordinate representation of color #316271: hue angle of 194.06º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316271 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4998113-
CMYK0.570.1300.56
HSL194.06º39.51%31.76%-
HSV(B)194.06º56.64%44.31%-
XYZ8.6110.5817.21-
YUV85.06143.77102.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=18.85%
G=37.69%
B=43.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49981130.570.1300.56194.0639.5131.76
Hex31627139D038c22820
Octal6114216171150703025040
Binary110001110001011100011110011101011100011000010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316271; }

 p { color: rgb(49,98,113); }

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

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

 a { background-color: rgb(49,98,113); }

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

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

 span { border-color: rgb(49,98,113); }

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