#343369

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

Shades of Deep Koamaru #343369

Tints of Deep Koamaru #343369

Color information

#343369 (or 0x343369) is unknown color: approx Deep Koamaru. HEX triplet: 34, 33 and 69. RGB value is (52,51,105). Sum of RGB (Red+Green+Blue) = 52+51+105=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #343369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343369 is #CBCC96. Grayscale: #393939. Windows color (decimal): -13356183 or 6894388. OLE color: 6894388.

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

Color convert

RGB5251105-
CMYK0.500.5100.59
HSL241.11º34.62%30.59%-
HSV(B)241.11º51.43%41.18%-
XYZ5.154.1213.89-
YUV57.46154.83124.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=25%
G=24.52%
B=50.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52511050.500.5100.59241.1134.6230.59
Hex343369323303Bf1231f
Octal646315162630733614337
Binary110100110011110100111001011001101110111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343369; }

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

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

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

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

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

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

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

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