#31335C

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

Shades of Deep Koamaru #31335C

Tints of Deep Koamaru #31335C

Color information

#31335C (or 0x31335C) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 5C. RGB value is (49,51,92). Sum of RGB (Red+Green+Blue) = 49+51+92=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #31335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31335C is #CECCA3. Grayscale: #363636. Windows color (decimal): -13552804 or 6042417. OLE color: 6042417.

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

Color convert

RGB495192-
CMYK0.470.4500.64
HSL237.21º30.5%27.65%-
HSV(B)237.21º46.74%36.08%-
XYZ4.383.7910.63-
YUV55.08148.84123.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=25.52%
G=26.56%
B=47.92%

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
Decimal4951920.470.4500.64237.2130.527.65
Hex31335C2F2D040ed1e1c
Octal6163134575501003553634
Binary110001110011101110010111110110101000000111011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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