#343167

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

Shades of Deep Koamaru #343167

Tints of Deep Koamaru #343167

Color information

#343167 (or 0x343167) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 67. RGB value is (52,49,103). Sum of RGB (Red+Green+Blue) = 52+49+103=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 103 (40.62% from 255 or 50.49% from 204); Max value from RGB is 103 - color contains mainly: blue. Hex color #343167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343167 is #CBCE98. Grayscale: #373737. Windows color (decimal): -13356697 or 6762804. OLE color: 6762804.

HSL color Cylindrical-coordinate representation of color #343167: hue angle of 243.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #343167 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5249103-
CMYK0.500.5200.60
HSL243.33º35.53%29.8%-
HSV(B)243.33º52.43%40.39%-
XYZ4.963.9113.32-
YUV56.05154.49125.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 103 (40.62% from 255) = 50.49%
R=25.49%
G=24.02%
B=50.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52491030.500.5200.60243.3335.5329.8
Hex343167323403Cf3241e
Octal646114762640743634436
Binary110100110001110011111001011010001111001111001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343167; }

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

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

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

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

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

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

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

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