#315F65

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

Shades of Blumine #315F65

Tints of Blumine #315F65

Color information

#315F65 (or 0x315F65) is unknown color: approx Blumine. HEX triplet: 31, 5F and 65. RGB value is (49,95,101). Sum of RGB (Red+Green+Blue) = 49+95+101=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #315F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F65 is #CEA09A. Grayscale: #515151. Windows color (decimal): -13541531 or 6643505. OLE color: 6643505.

HSL color Cylindrical-coordinate representation of color #315F65: hue angle of 186.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315F65 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4995101-
CMYK0.510.0600.60
HSL186.92º34.67%29.41%-
HSV(B)186.92º51.49%39.61%-
XYZ7.719.7813.79-
YUV81.93138.76104.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=20%
G=38.78%
B=41.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49951010.510.0600.60186.9234.6729.41
Hex315F6533603Cbb231d
Octal611371456360742734335
Binary1100011011111110010111001111001111001011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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