#313460

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

Shades of Deep Koamaru #313460

Tints of Deep Koamaru #313460

Color information

#313460 (or 0x313460) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 60. RGB value is (49,52,96). Sum of RGB (Red+Green+Blue) = 49+52+96=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #313460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313460 is #CECB9F. Grayscale: #373737. Windows color (decimal): -13552544 or 6304817. OLE color: 6304817.

HSL color Cylindrical-coordinate representation of color #313460: hue angle of 236.17º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #313460 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495296-
CMYK0.490.4600.62
HSL236.17º32.41%28.43%-
HSV(B)236.17º48.96%37.65%-
XYZ4.613.9511.59-
YUV56.12150.51122.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=24.87%
G=26.40%
B=48.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4952960.490.4600.62236.1732.4128.43
Hex313460312E03Eec201c
Octal616414061560763544034
Binary110001110100110000011000110111001111101110110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313460; }

 p { color: rgb(49,52,96); }

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

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

 a { background-color: rgb(49,52,96); }

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

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

 span { border-color: rgb(49,52,96); }

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