#313167

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

Shades of Deep Koamaru #313167

Tints of Deep Koamaru #313167

Color information

#313167 (or 0x313167) is unknown color: approx Deep Koamaru. HEX triplet: 31, 31 and 67. RGB value is (49,49,103). Sum of RGB (Red+Green+Blue) = 49+49+103=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #313167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313167 is #CECE98. Grayscale: #363636. Windows color (decimal): -13553305 or 6762801. OLE color: 6762801.

HSL color Cylindrical-coordinate representation of color #313167: hue angle of 240º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313167 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4949103-
CMYK0.520.5200.60
HSL240º35.53%29.8%-
HSV(B)240º52.43%40.39%-
XYZ4.813.8313.32-
YUV55.16155123.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 103 (40.62% from 255) = 51.24%
R=24.38%
G=24.38%
B=51.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49491030.520.5200.6024035.5329.8
Hex313167343403Cf0241e
Octal616114764640743604436
Binary110001110001110011111010011010001111001111000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313167; }

 p { color: rgb(49,49,103); }

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

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

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

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

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

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

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