#342D6A

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

Shades of Deep Koamaru #342D6A

Tints of Deep Koamaru #342D6A

Color information

#342D6A (or 0x342D6A) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2D and 6A. RGB value is (52,45,106). Sum of RGB (Red+Green+Blue) = 52+45+106=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #342D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D6A is #CBD295. Grayscale: #353535. Windows color (decimal): -13357718 or 6958388. OLE color: 6958388.

HSL color Cylindrical-coordinate representation of color #342D6A: hue angle of 246.89º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #342D6A is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5245106-
CMYK0.510.5800.58
HSL246.89º40.4%29.61%-
HSV(B)246.89º57.55%41.57%-
XYZ4.963.6514.08-
YUV54.05157.32126.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 45 (17.97% from 255) = 22.17%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=25.62%
G=22.17%
B=52.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52451060.510.5800.58246.8940.429.61
Hex342D6A333A03Af7281e
Octal645515263720723675036
Binary110100101101110101011001111101001110101111011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342D6A; }

 p { color: rgb(52,45,106); }

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

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

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

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

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

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

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