#315F69

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

Shades of Blumine #315F69

Tints of Blumine #315F69

Color information

#315F69 (or 0x315F69) is unknown color: approx Blumine. HEX triplet: 31, 5F and 69. RGB value is (49,95,105). Sum of RGB (Red+Green+Blue) = 49+95+105=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #315F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F69 is #CEA096. Grayscale: #525252. Windows color (decimal): -13541527 or 6905649. OLE color: 6905649.

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

Color convert

RGB4995105-
CMYK0.530.1000.59
HSL190.71º36.36%30.2%-
HSV(B)190.71º53.33%41.18%-
XYZ7.919.8614.85-
YUV82.39140.76104.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=19.68%
G=38.15%
B=42.17%

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
Decimal49951050.530.1000.59190.7136.3630.2
Hex315F6935A03Bbf241e
Octal6113715165120732774436
Binary11000110111111101001110101101001110111011111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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