#31335B

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

Shades of Deep Koamaru #31335B

Tints of Deep Koamaru #31335B

Color information

#31335B (or 0x31335B) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 5B. RGB value is (49,51,91). Sum of RGB (Red+Green+Blue) = 49+51+91=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #31335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335B is #CECCA4. Grayscale: #363636. Windows color (decimal): -13552805 or 5976881. OLE color: 5976881.

HSL color Cylindrical-coordinate representation of color #31335B: hue angle of 237.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31335B is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB495191-
CMYK0.460.4400.64
HSL237.14º30%27.45%-
HSV(B)237.14º46.15%35.69%-
XYZ4.343.7810.4-
YUV54.96148.34123.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=25.65%
G=26.70%
B=47.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4951910.460.4400.64237.143027.45
Hex31335B2E2C040ed1e1b
Octal6163133565401003553633
Binary110001110011101101110111010110001000000111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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