#31335D

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

Shades of Deep Koamaru #31335D

Tints of Deep Koamaru #31335D

Color information

#31335D (or 0x31335D) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 5D. RGB value is (49,51,93). Sum of RGB (Red+Green+Blue) = 49+51+93=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #31335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335D is #CECCA2. Grayscale: #373737. Windows color (decimal): -13552803 or 6107953. OLE color: 6107953.

HSL color Cylindrical-coordinate representation of color #31335D: hue angle of 237.27º 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 #31335D is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495193-
CMYK0.470.4500.64
HSL237.27º30.99%27.84%-
HSV(B)237.27º47.31%36.47%-
XYZ4.433.8110.86-
YUV55.19149.34123.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=25.39%
G=26.42%
B=48.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4951930.470.4500.64237.2730.9927.84
Hex31335D2F2D040ed1f1c
Octal6163135575501003553734
Binary110001110011101110110111110110101000000111011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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