#313368

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

Shades of Deep Koamaru #313368

Tints of Deep Koamaru #313368

Color information

#313368 (or 0x313368) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 68. RGB value is (49,51,104). Sum of RGB (Red+Green+Blue) = 49+51+104=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #313368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313368 is #CECC97. Grayscale: #383838. Windows color (decimal): -13552792 or 6828849. OLE color: 6828849.

HSL color Cylindrical-coordinate representation of color #313368: hue angle of 237.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #313368 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4951104-
CMYK0.530.5100.59
HSL237.82º35.95%30%-
HSV(B)237.82º52.88%40.78%-
XYZ4.954.0213.61-
YUV56.44154.84122.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=24.02%
G=25%
B=50.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49511040.530.5100.59237.8235.9530
Hex313368353303Bee241e
Octal616315065630733564436
Binary110001110011110100011010111001101110111110111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313368; }

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

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

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

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

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

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

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

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