#313369

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

Shades of Deep Koamaru #313369

Tints of Deep Koamaru #313369

Color information

#313369 (or 0x313369) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 69. RGB value is (49,51,105). Sum of RGB (Red+Green+Blue) = 49+51+105=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #313369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313369 is #CECC96. Grayscale: #383838. Windows color (decimal): -13552791 or 6894385. OLE color: 6894385.

HSL color Cylindrical-coordinate representation of color #313369: hue angle of 237.86º 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 #313369 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4951105-
CMYK0.530.5100.59
HSL237.86º36.36%30.2%-
HSV(B)237.86º53.33%41.18%-
XYZ54.0413.88-
YUV56.56155.34122.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=23.90%
G=24.88%
B=51.22%

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
Decimal49511050.530.5100.59237.8636.3630.2
Hex313369353303Bee241e
Octal616315165630733564436
Binary110001110011110100111010111001101110111110111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313369; }

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

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

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

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

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

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

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

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