#313060

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

Shades of Deep Koamaru #313060

Tints of Deep Koamaru #313060

Color information

#313060 (or 0x313060) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 60. RGB value is (49,48,96). Sum of RGB (Red+Green+Blue) = 49+48+96=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #313060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313060 is #CECF9F. Grayscale: #353535. Windows color (decimal): -13553568 or 6303793. OLE color: 6303793.

HSL color Cylindrical-coordinate representation of color #313060: hue angle of 241.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313060 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB494896-
CMYK0.490.5000.62
HSL241.25º33.33%28.24%-
HSV(B)241.25º50%37.65%-
XYZ4.433.6111.53-
YUV53.77151.83124.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=25.39%
G=24.87%
B=49.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4948960.490.5000.62241.2533.3328.24
Hex313060313203Ef1211c
Octal616014061620763614134
Binary110001110000110000011000111001001111101111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313060; }

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

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

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

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

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

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

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

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