#343459

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

Shades of Deep Koamaru #343459

Tints of Deep Koamaru #343459

Color information

#343459 (or 0x343459) is unknown color: approx Deep Koamaru. HEX triplet: 34, 34 and 59. RGB value is (52,52,89). Sum of RGB (Red+Green+Blue) = 52+52+89=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #343459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343459 is #CBCBA6. Grayscale: #383838. Windows color (decimal): -13355943 or 5846068. OLE color: 5846068.

HSL color Cylindrical-coordinate representation of color #343459: hue angle of 240º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343459 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525289-
CMYK0.420.4200.65
HSL240º26.24%27.65%-
HSV(B)240º41.57%34.9%-
XYZ4.453.919.97-
YUV56.22146.5124.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=26.94%
G=26.94%
B=46.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5252890.420.4200.6524026.2427.65
Hex3434592A2A041f01a1c
Octal6464131525201013603234
Binary110100110100101100110101010101001000001111100001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343459; }

 p { color: rgb(52,52,89); }

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

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

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

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

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

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

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