#31345D

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

Shades of Deep Koamaru #31345D

Tints of Deep Koamaru #31345D

Color information

#31345D (or 0x31345D) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 5D. RGB value is (49,52,93). Sum of RGB (Red+Green+Blue) = 49+52+93=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #31345D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345D is #CECBA2. Grayscale: #373737. Windows color (decimal): -13552547 or 6108209. OLE color: 6108209.

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

Color convert

RGB495293-
CMYK0.470.4400.64
HSL235.91º30.99%27.84%-
HSV(B)235.91º47.31%36.47%-
XYZ4.473.910.87-
YUV55.78149.01123.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 93 (36.72% from 255) = 47.94%
R=25.26%
G=26.80%
B=47.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4952930.470.4400.64235.9130.9927.84
Hex31345D2F2C040ec1f1c
Octal6164135575401003543734
Binary110001110100101110110111110110001000000111011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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