#313074

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

Shades of Deep Koamaru #313074

Tints of Deep Koamaru #313074

Color information

#313074 (or 0x313074) is unknown color: approx Deep Koamaru. HEX triplet: 31, 30 and 74. RGB value is (49,48,116). Sum of RGB (Red+Green+Blue) = 49+48+116=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #313074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313074 is #CECF8B. Grayscale: #373737. Windows color (decimal): -13553548 or 7614513. OLE color: 7614513.

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

Color convert

RGB4948116-
CMYK0.580.5900.55
HSL240.88º41.46%32.16%-
HSV(B)240.88º58.62%45.49%-
XYZ5.484.0317.01-
YUV56.05161.83122.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=23.00%
G=22.54%
B=54.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49481160.580.5900.55240.8841.4632.16
Hex3130743A3B037f12920
Octal616016472730673615140
Binary1100011100001110100111010111011011011111110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313074; }

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

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

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

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

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

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

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

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