#313059

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

Shades of Deep Koamaru #313059

Tints of Deep Koamaru #313059

Color information

#313059 (or 0x313059) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 59. RGB value is (49,48,89). Sum of RGB (Red+Green+Blue) = 49+48+89=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #313059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313059 is #CECFA6. Grayscale: #343434. Windows color (decimal): -13553575 or 5845041. OLE color: 5845041.

HSL color Cylindrical-coordinate representation of color #313059: hue angle of 241.46º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #313059 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB494889-
CMYK0.450.4600.65
HSL241.46º29.93%26.86%-
HSV(B)241.46º46.07%34.9%-
XYZ4.133.499.91-
YUV52.97148.33125.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 89 (35.16% from 255) = 47.85%
R=26.34%
G=25.81%
B=47.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4948890.450.4600.65241.4629.9326.86
Hex3130592D2E041f11e1b
Octal6160131555601013613633
Binary110001110000101100110110110111001000001111100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313059; }

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

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

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

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

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

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

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

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