#343176

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

Shades of Deep Koamaru #343176

Tints of Deep Koamaru #343176

Color information

#343176 (or 0x343176) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 76. RGB value is (52,49,118). Sum of RGB (Red+Green+Blue) = 52+49+118=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #343176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343176 is #CBCE89. Grayscale: #393939. Windows color (decimal): -13356682 or 7745844. OLE color: 7745844.

HSL color Cylindrical-coordinate representation of color #343176: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343176 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5249118-
CMYK0.560.5800.54
HSL242.61º41.32%32.75%-
HSV(B)242.61º58.47%46.27%-
XYZ5.784.2317.65-
YUV57.76161.99123.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=23.74%
G=22.37%
B=53.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52491180.560.5800.54242.6141.3232.75
Hex343176383A036f32921
Octal646116670720663635141
Binary1101001100011110110111000111010011011011110011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343176; }

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

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

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

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

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

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

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

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