#342c76

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

Shades of Deep Koamaru #342C76

Tints of Deep Koamaru #342C76

Color information

#342C76 (or 0x342C76) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2C and 76. RGB value is (52,44,118). Sum of RGB (Red+Green+Blue) = 52+44+118=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #342C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C76 is #CBD389. Grayscale: #363636. Windows color (decimal): -13357962 or 7744564. OLE color: 7744564.

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

Color convert

RGB5244118-
CMYK0.560.6300.54
HSL246.49º45.68%31.76%-
HSV(B)246.49º62.71%46.27%-
XYZ5.593.8417.59-
YUV54.83163.65125.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 118 (46.48% from 255) = 55.14%
R=24.30%
G=20.56%
B=55.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52441180.560.6300.54246.4945.6831.76
Hex342C76383F036f62e20
Octal645416670770663665640
Binary1101001011001110110111000111111011011011110110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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