#313073

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

Shades of Deep Koamaru #313073

Tints of Deep Koamaru #313073

Color information

#313073 (or 0x313073) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 73. RGB value is (49,48,115). Sum of RGB (Red+Green+Blue) = 49+48+115=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #313073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313073 is #CECF8C. Grayscale: #373737. Windows color (decimal): -13553549 or 7548977. OLE color: 7548977.

HSL color Cylindrical-coordinate representation of color #313073: hue angle of 240.9º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313073 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4948115-
CMYK0.570.5800.55
HSL240.9º41.1%31.96%-
HSV(B)240.9º58.26%45.1%-
XYZ5.42416.71-
YUV55.94161.33123.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=23.11%
G=22.64%
B=54.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49481150.570.5800.55240.941.131.96
Hex313073393A037f12920
Octal616016371720673615140
Binary1100011100001110011111001111010011011111110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313073; }

 p { color: rgb(49,48,115); }

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

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

 a { background-color: rgb(49,48,115); }

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

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

 span { border-color: rgb(49,48,115); }

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