#31325F

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

Shades of Deep Koamaru #31325F

Tints of Deep Koamaru #31325F

Color information

#31325F (or 0x31325F) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 5F. RGB value is (49,50,95). Sum of RGB (Red+Green+Blue) = 49+50+95=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #31325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31325F is #CECDA0. Grayscale: #363636. Windows color (decimal): -13553057 or 6238769. OLE color: 6238769.

HSL color Cylindrical-coordinate representation of color #31325F: hue angle of 238.7º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31325F is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB495095-
CMYK0.480.4700.63
HSL238.7º31.94%28.24%-
HSV(B)238.7º48.42%37.25%-
XYZ4.473.7611.32-
YUV54.83150.67123.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 50 (19.92% from 255) = 25.77%
BLUE value IS 95 (37.5% from 255) = 48.97%
R=25.26%
G=25.77%
B=48.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4950950.480.4700.63238.731.9428.24
Hex31325F302F03Fef201c
Octal616213760570773574034
Binary110001110010101111111000010111101111111110111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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