#315E69

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

Shades of Blumine #315E69

Tints of Blumine #315E69

Color information

#315E69 (or 0x315E69) is unknown color: approx Blumine. HEX triplet: 31, 5E and 69. RGB value is (49,94,105). Sum of RGB (Red+Green+Blue) = 49+94+105=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #315E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E69 is #CEA196. Grayscale: #515151. Windows color (decimal): -13541783 or 6905393. OLE color: 6905393.

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

Color convert

RGB4994105-
CMYK0.530.1000.59
HSL191.79º36.36%30.2%-
HSV(B)191.79º53.33%41.18%-
XYZ7.829.6814.82-
YUV81.8141.09104.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=19.76%
G=37.90%
B=42.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49941050.530.1000.59191.7936.3630.2
Hex315E6935A03Bc0241e
Octal6113615165120733004436
Binary11000110111101101001110101101001110111100000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315E69; }

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

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

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

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

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

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

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

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