#343559

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

Shades of Deep Koamaru #343559

Tints of Deep Koamaru #343559

Color information

#343559 (or 0x343559) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 59. RGB value is (52,53,89). Sum of RGB (Red+Green+Blue) = 52+53+89=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #343559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343559 is #CBCAA6. Grayscale: #383838. Windows color (decimal): -13355687 or 5846324. OLE color: 5846324.

HSL color Cylindrical-coordinate representation of color #343559: hue angle of 238.38º 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 #343559 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB525389-
CMYK0.420.4000.65
HSL238.38º26.24%27.65%-
HSV(B)238.38º41.57%34.9%-
XYZ4.4949.99-
YUV56.8146.17124.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=26.80%
G=27.32%
B=45.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5253890.420.4000.65238.3826.2427.65
Hex3435592A28041ee1a1c
Octal6465131525001013563234
Binary110100110101101100110101010100001000001111011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343559; }

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

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

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

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

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

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

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

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