#31325D

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

Shades of Deep Koamaru #31325D

Tints of Deep Koamaru #31325D

Color information

#31325D (or 0x31325D) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 5D. RGB value is (49,50,93). Sum of RGB (Red+Green+Blue) = 49+50+93=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #31325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325D is #CECDA2. Grayscale: #363636. Windows color (decimal): -13553059 or 6107697. OLE color: 6107697.

HSL color Cylindrical-coordinate representation of color #31325D: hue angle of 238.64º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31325D is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495093-
CMYK0.470.4600.64
HSL238.64º30.99%27.84%-
HSV(B)238.64º47.31%36.47%-
XYZ4.383.7210.84-
YUV54.6149.67124-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 50 (19.92% from 255) = 26.04%
BLUE value IS 93 (36.72% from 255) = 48.44%
R=25.52%
G=26.04%
B=48.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4950930.470.4600.64238.6430.9927.84
Hex31325D2F2E040ef1f1c
Octal6162135575601003573734
Binary110001110010101110110111110111001000000111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31325D; }

 p { color: rgb(49,50,93); }

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

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

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

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

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

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

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