#312E7A

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

Shades of Deep Koamaru #312E7A

Tints of Deep Koamaru #312E7A

Color information

#312E7A (or 0x312E7A) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2E and 7A. RGB value is (49,46,122). Sum of RGB (Red+Green+Blue) = 49+46+122=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #312E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E7A is #CED185. Grayscale: #373737. Windows color (decimal): -13554054 or 8007217. OLE color: 8007217.

HSL color Cylindrical-coordinate representation of color #312E7A: hue angle of 242.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312E7A is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4946122-
CMYK0.600.6200.52
HSL242.37º45.24%32.94%-
HSV(B)242.37º62.3%47.84%-
XYZ5.764.0118.88-
YUV55.56165.49123.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 46 (18.36% from 255) = 21.20%
BLUE value IS 122 (48.05% from 255) = 56.22%
R=22.58%
G=21.20%
B=56.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49461220.600.6200.52242.3745.2432.94
Hex312E7A3C3E034f22d21
Octal615617274760643625541
Binary1100011011101111010111100111110011010011110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E7A; }

 p { color: rgb(49,46,122); }

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

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

 a { background-color: rgb(49,46,122); }

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

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

 span { border-color: rgb(49,46,122); }

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