#313259

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

Shades of Deep Koamaru #313259

Tints of Deep Koamaru #313259

Color information

#313259 (or 0x313259) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 59. RGB value is (49,50,89). Sum of RGB (Red+Green+Blue) = 49+50+89=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #313259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313259 is #CECDA6. Grayscale: #353535. Windows color (decimal): -13553063 or 5845553. OLE color: 5845553.

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

Color convert

RGB495089-
CMYK0.450.4400.65
HSL238.5º28.99%27.06%-
HSV(B)238.5º44.94%34.9%-
XYZ4.213.669.93-
YUV54.15147.67124.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=26.06%
G=26.60%
B=47.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4950890.450.4400.65238.528.9927.06
Hex3132592D2C041ee1d1b
Octal6162131555401013563533
Binary110001110010101100110110110110001000001111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313259; }

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

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

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

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

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

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

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

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