#343569

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

Shades of Deep Koamaru #343569

Tints of Deep Koamaru #343569

Color information

#343569 (or 0x343569) is unknown color: approx Deep Koamaru. HEX triplet: 34, 35 and 69. RGB value is (52,53,105). Sum of RGB (Red+Green+Blue) = 52+53+105=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #343569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343569 is #CBCA96. Grayscale: #3A3A3A. Windows color (decimal): -13355671 or 6894900. OLE color: 6894900.

HSL color Cylindrical-coordinate representation of color #343569: hue angle of 238.87º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343569 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5253105-
CMYK0.500.5000.59
HSL238.87º33.76%30.78%-
HSV(B)238.87º50.48%41.18%-
XYZ5.244.313.92-
YUV58.63154.17123.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.76%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 105 (41.41% from 255) = 50%
R=24.76%
G=25.24%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52531050.500.5000.59238.8733.7630.78
Hex343569323203Bef221f
Octal646515162620733574237
Binary110100110101110100111001011001001110111110111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343569; }

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

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

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

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

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

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

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

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