#313566

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

Shades of Deep Koamaru #313566

Tints of Deep Koamaru #313566

Color information

#313566 (or 0x313566) is unknown color: approx Deep Koamaru. HEX triplet: 31, 35 and 66. RGB value is (49,53,102). Sum of RGB (Red+Green+Blue) = 49+53+102=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #313566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313566 is #CECA99. Grayscale: #393939. Windows color (decimal): -13552282 or 6698289. OLE color: 6698289.

HSL color Cylindrical-coordinate representation of color #313566: hue angle of 235.47º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313566 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4953102-
CMYK0.520.4800.6
HSL235.47º35.1%29.61%-
HSV(B)235.47º51.96%40%-
XYZ4.944.1613.11-
YUV57.39153.17122.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 102 (40.23% from 255) = 50%
R=24.02%
G=25.98%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49531020.520.4800.6235.4735.129.61
Hex313566343003Ceb231e
Octal616514664600743534336
Binary110001110101110011011010011000001111001110101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313566; }

 p { color: rgb(49,53,102); }

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

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

 a { background-color: rgb(49,53,102); }

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

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

 span { border-color: rgb(49,53,102); }

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