#316469

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

Shades of Blumine #316469

Tints of Blumine #316469

Color information

#316469 (or 0x316469) is unknown color: approx Blumine. HEX triplet: 31, 64 and 69. RGB value is (49,100,105). Sum of RGB (Red+Green+Blue) = 49+100+105=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 105 - color contains mainly: blue. Hex color #316469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316469 is #CE9B96. Grayscale: #555555. Windows color (decimal): -13540247 or 6906929. OLE color: 6906929.

HSL color Cylindrical-coordinate representation of color #316469: hue angle of 185.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316469 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB49100105-
CMYK0.530.0500.59
HSL185.36º36.36%30.2%-
HSV(B)185.36º53.33%41.18%-
XYZ8.3710.7915.01-
YUV85.32139.1102.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 105 (41.41% from 255) = 41.34%
R=19.29%
G=39.37%
B=41.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal491001050.530.0500.59185.3636.3630.2
Hex31646935503Bb9241e
Octal611441516550732714436
Binary1100011100100110100111010110101110111011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316469; }

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

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

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

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

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

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

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

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