#313363

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

Shades of Deep Koamaru #313363

Tints of Deep Koamaru #313363

Color information

#313363 (or 0x313363) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 63. RGB value is (49,51,99). Sum of RGB (Red+Green+Blue) = 49+51+99=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #313363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313363 is #CECC9C. Grayscale: #373737. Windows color (decimal): -13552797 or 6501169. OLE color: 6501169.

HSL color Cylindrical-coordinate representation of color #313363: hue angle of 237.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313363 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB495199-
CMYK0.510.4800.61
HSL237.6º33.78%29.02%-
HSV(B)237.6º50.51%38.82%-
XYZ4.73.9212.31-
YUV55.87152.34123.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=24.62%
G=25.63%
B=49.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4951990.510.4800.61237.633.7829.02
Hex313363333003Dee221d
Octal616314363600753564235
Binary110001110011110001111001111000001111011110111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313363; }

 p { color: rgb(49,51,99); }

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

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

 a { background-color: rgb(49,51,99); }

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

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

 span { border-color: rgb(49,51,99); }

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