#342F76

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

Shades of Deep Koamaru #342F76

Tints of Deep Koamaru #342F76

Color information

#342F76 (or 0x342F76) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2F and 76. RGB value is (52,47,118). Sum of RGB (Red+Green+Blue) = 52+47+118=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #342F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F76 is #CBD089. Grayscale: #383838. Windows color (decimal): -13357194 or 7745332. OLE color: 7745332.

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

Color convert

RGB5247118-
CMYK0.560.6000.54
HSL244.23º43.03%32.35%-
HSV(B)244.23º60.17%46.27%-
XYZ5.74.0717.62-
YUV56.59162.66124.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 47 (18.75% from 255) = 21.66%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=23.96%
G=21.66%
B=54.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52471180.560.6000.54244.2343.0332.35
Hex342F76383C036f42b20
Octal645716670740663645340
Binary1101001011111110110111000111100011011011110100101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,47,118); }

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

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

 a { background-color: rgb(52,47,118); }

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

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

 span { border-color: rgb(52,47,118); }

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