#343171

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

Shades of Deep Koamaru #343171

Tints of Deep Koamaru #343171

Color information

#343171 (or 0x343171) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 71. RGB value is (52,49,113). Sum of RGB (Red+Green+Blue) = 52+49+113=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #343171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343171 is #CBCE8E. Grayscale: #383838. Windows color (decimal): -13356687 or 7418164. OLE color: 7418164.

HSL color Cylindrical-coordinate representation of color #343171: hue angle of 242.81º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #343171 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5249113-
CMYK0.540.5700.56
HSL242.81º39.51%31.76%-
HSV(B)242.81º56.64%44.31%-
XYZ5.54.1216.13-
YUV57.19159.49124.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=24.30%
G=22.90%
B=52.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52491130.540.5700.56242.8139.5131.76
Hex3431713639038f32820
Octal646116166710703635040
Binary1101001100011110001110110111001011100011110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343171; }

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

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

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

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

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

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

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

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