#313372

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

Shades of Deep Koamaru #313372

Tints of Deep Koamaru #313372

Color information

#313372 (or 0x313372) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 72. RGB value is (49,51,114). Sum of RGB (Red+Green+Blue) = 49+51+114=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #313372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313372 is #CECC8D. Grayscale: #393939. Windows color (decimal): -13552782 or 7484209. OLE color: 7484209.

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

Color convert

RGB4951114-
CMYK0.570.5500.55
HSL238.15º39.88%31.96%-
HSV(B)238.15º57.02%44.71%-
XYZ5.494.2416.45-
YUV57.58159.84121.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=22.90%
G=23.83%
B=53.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49511140.570.5500.55238.1539.8831.96
Hex3133723937037ee2820
Octal616316271670673565040
Binary1100011100111110010111001110111011011111101110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313372; }

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

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

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

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

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

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

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

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