#343162

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

Shades of Deep Koamaru #343162

Tints of Deep Koamaru #343162

Color information

#343162 (or 0x343162) is unknown color: approx Deep Koamaru. HEX triplet: 34, 31 and 62. RGB value is (52,49,98). Sum of RGB (Red+Green+Blue) = 52+49+98=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #343162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343162 is #CBCE9D. Grayscale: #373737. Windows color (decimal): -13356702 or 6435124. OLE color: 6435124.

HSL color Cylindrical-coordinate representation of color #343162: hue angle of 243.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343162 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB524998-
CMYK0.470.500.62
HSL243.67º33.33%28.82%-
HSV(B)243.67º50%38.43%-
XYZ4.723.8112.04-
YUV55.48151.99125.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=26.13%
G=24.62%
B=49.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5249980.470.500.62243.6733.3328.82
Hex3431622F3203Ef4211d
Octal646114257620763644135
Binary110100110001110001010111111001001111101111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343162; }

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

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

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

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

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

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

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

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