#315C72

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

Shades of Blumine #315C72

Tints of Blumine #315C72

Color information

#315C72 (or 0x315C72) is unknown color: approx Blumine. HEX triplet: 31, 5C and 72. RGB value is (49,92,114). Sum of RGB (Red+Green+Blue) = 49+92+114=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #315C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C72 is #CEA38D. Grayscale: #515151. Windows color (decimal): -13542286 or 7494705. OLE color: 7494705.

HSL color Cylindrical-coordinate representation of color #315C72: hue angle of 200.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #315C72 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4992114-
CMYK0.570.1900.55
HSL200.31º39.88%31.96%-
HSV(B)200.31º57.02%44.71%-
XYZ8.139.5217.33-
YUV81.65146.25104.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=19.22%
G=36.08%
B=44.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49921140.570.1900.55200.3139.8831.96
Hex315C723913037c82820
Octal6113416271230673105040
Binary1100011011100111001011100110011011011111001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,92,114); }

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

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

 a { background-color: rgb(49,92,114); }

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

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

 span { border-color: rgb(49,92,114); }

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