#31355D

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

Shades of Deep Koamaru #31355D

Tints of Deep Koamaru #31355D

Color information

#31355D (or 0x31355D) is unknown color: approx Deep Koamaru. HEX triplet: 31, 35 and 5D. RGB value is (49,53,93). Sum of RGB (Red+Green+Blue) = 49+53+93=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #31355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31355D is #CECAA2. Grayscale: #383838. Windows color (decimal): -13552291 or 6108465. OLE color: 6108465.

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

Color convert

RGB495393-
CMYK0.470.4300.64
HSL234.55º30.99%27.84%-
HSV(B)234.55º47.31%36.47%-
XYZ4.523.9910.89-
YUV56.36148.67122.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=25.13%
G=27.18%
B=47.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4953930.470.4300.64234.5530.9927.84
Hex31355D2F2B040eb1f1c
Octal6165135575301003533734
Binary110001110101101110110111110101101000000111010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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