#315965

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

Shades of Blumine #315965

Tints of Blumine #315965

Color information

#315965 (or 0x315965) is unknown color: approx Blumine. HEX triplet: 31, 59 and 65. RGB value is (49,89,101). Sum of RGB (Red+Green+Blue) = 49+89+101=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 101 - color contains mainly: blue. Hex color #315965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315965 is #CEA69A. Grayscale: #4E4E4E. Windows color (decimal): -13543067 or 6641969. OLE color: 6641969.

HSL color Cylindrical-coordinate representation of color #315965: hue angle of 193.85º 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 #315965 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4989101-
CMYK0.510.1200.60
HSL193.85º34.67%29.41%-
HSV(B)193.85º51.49%39.61%-
XYZ7.198.7413.62-
YUV78.41140.75107.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=20.50%
G=37.24%
B=42.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49891010.510.1200.60193.8534.6729.41
Hex31596533C03Cc2231d
Octal6113114563140743024335
Binary11000110110011100101110011110001111001100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315965; }

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

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

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

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

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

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

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

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