#316278

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

Shades of Blumine #316278

Tints of Blumine #316278

Color information

#316278 (or 0x316278) is unknown color: approx Blumine. HEX triplet: 31, 62 and 78. RGB value is (49,98,120). Sum of RGB (Red+Green+Blue) = 49+98+120=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #316278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316278 is #CE9D87. Grayscale: #555555. Windows color (decimal): -13540744 or 7889457. OLE color: 7889457.

HSL color Cylindrical-coordinate representation of color #316278: hue angle of 198.59º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #316278 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4998120-
CMYK0.590.1800.53
HSL198.59º42.01%33.14%-
HSV(B)198.59º59.17%47.06%-
XYZ9.0210.7419.37-
YUV85.86147.27101.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=18.35%
G=36.70%
B=44.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49981200.590.1800.53198.5942.0133.14
Hex3162783B12035c72a21
Octal6114217073220653075241
Binary1100011100010111100011101110010011010111000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316278; }

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

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

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

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

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

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

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

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