#31346B

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

Shades of Deep Koamaru #31346B

Tints of Deep Koamaru #31346B

Color information

#31346B (or 0x31346B) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 6B. RGB value is (49,52,107). Sum of RGB (Red+Green+Blue) = 49+52+107=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #31346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31346B is #CECB94. Grayscale: #393939. Windows color (decimal): -13552533 or 7025713. OLE color: 7025713.

HSL color Cylindrical-coordinate representation of color #31346B: hue angle of 236.9º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31346B is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4952107-
CMYK0.540.5100.58
HSL236.9º37.18%30.59%-
HSV(B)236.9º54.21%41.96%-
XYZ5.154.1714.44-
YUV57.37156.01122.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=23.56%
G=25%
B=51.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49521070.540.5100.58236.937.1830.59
Hex31346B363303Aed251f
Octal616415366630723554537
Binary110001110100110101111011011001101110101110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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