#343163

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

Shades of Deep Koamaru #343163

Tints of Deep Koamaru #343163

Color information

#343163 (or 0x343163) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 63. RGB value is (52,49,99). Sum of RGB (Red+Green+Blue) = 52+49+99=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #343163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343163 is #CBCE9C. Grayscale: #373737. Windows color (decimal): -13356701 or 6500660. OLE color: 6500660.

HSL color Cylindrical-coordinate representation of color #343163: hue angle of 243.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343163 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB524999-
CMYK0.470.5100.61
HSL243.6º33.78%29.02%-
HSV(B)243.6º50.51%38.82%-
XYZ4.773.8312.29-
YUV55.6152.49125.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=26%
G=24.5%
B=49.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5249990.470.5100.61243.633.7829.02
Hex3431632F3303Df4221d
Octal646114357630753644235
Binary110100110001110001110111111001101111011111010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343163; }

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

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

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

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

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

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

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

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