#342E73

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

Shades of Deep Koamaru #342E73

Tints of Deep Koamaru #342E73

Color information

#342E73 (or 0x342E73) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2E and 73. RGB value is (52,46,115). Sum of RGB (Red+Green+Blue) = 52+46+115=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #342E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342E73 is #CBD18C. Grayscale: #373737. Windows color (decimal): -13357453 or 7548468. OLE color: 7548468.

HSL color Cylindrical-coordinate representation of color #342E73: hue angle of 245.22º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #342E73 is Cyan = 0.55, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5246115-
CMYK0.550.600.55
HSL245.22º42.86%31.57%-
HSV(B)245.22º60%45.1%-
XYZ5.493.9216.69-
YUV55.66161.49125.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 46 (18.36% from 255) = 21.60%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=24.41%
G=21.60%
B=53.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52461150.550.600.55245.2242.8631.57
Hex342E73373C037f52b20
Octal645616367740673655340
Binary1101001011101110011110111111100011011111110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,46,115); }

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

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

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

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

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

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

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