#316277

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

Shades of Blumine #316277

Tints of Blumine #316277

Color information

#316277 (or 0x316277) is unknown color: approx Blumine. HEX triplet: 31, 62 and 77. RGB value is (49,98,119). Sum of RGB (Red+Green+Blue) = 49+98+119=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #316277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316277 is #CE9D88. Grayscale: #555555. Windows color (decimal): -13540745 or 7823921. OLE color: 7823921.

HSL color Cylindrical-coordinate representation of color #316277: hue angle of 198º 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 #316277 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4998119-
CMYK0.590.1800.53
HSL198º41.67%32.94%-
HSV(B)198º58.82%46.67%-
XYZ8.9610.7219.05-
YUV85.74146.77101.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 98 (38.67% from 255) = 36.84%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=18.42%
G=36.84%
B=44.74%

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
Decimal49981190.590.1800.5319841.6732.94
Hex3162773B12035c62a21
Octal6114216773220653065241
Binary1100011100010111011111101110010011010111000110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316277; }

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

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

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

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

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

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

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

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