#315A6E

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

Shades of Blumine #315A6E

Tints of Blumine #315A6E

Color information

#315A6E (or 0x315A6E) is unknown color: approx Blumine. HEX triplet: 31, 5A and 6E. RGB value is (49,90,110). Sum of RGB (Red+Green+Blue) = 49+90+110=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #315A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A6E is #CEA591. Grayscale: #4F4F4F. Windows color (decimal): -13542802 or 7232049. OLE color: 7232049.

HSL color Cylindrical-coordinate representation of color #315A6E: hue angle of 199.67º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315A6E is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4990110-
CMYK0.550.1800.57
HSL199.67º38.36%31.18%-
HSV(B)199.67º55.45%43.14%-
XYZ7.749.0916.1-
YUV80.02144.92105.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=19.68%
G=36.14%
B=44.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49901100.550.1800.57199.6738.3631.18
Hex315A6E3712039c8261f
Octal6113215667220713104637
Binary110001101101011011101101111001001110011100100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,110); }

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

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

 a { background-color: rgb(49,90,110); }

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

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

 span { border-color: rgb(49,90,110); }

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