#342C51

Color #342C51 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #342C51

Tints of Cherry Pie #342C51

Color information

#342C51 (or 0x342C51) is unknown color: approx Cherry Pie. HEX triplet: 34, 2C and 51. RGB value is (52,44,81). Sum of RGB (Red+Green+Blue) = 52+44+81=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #342C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C51 is #CBD3AE. Grayscale: #323232. Windows color (decimal): -13357999 or 5319732. OLE color: 5319732.

HSL color Cylindrical-coordinate representation of color #342C51: hue angle of 252.97º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342C51 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB524481-
CMYK0.360.4600.68
HSL252.97º29.6%24.51%-
HSV(B)252.97º45.68%31.76%-
XYZ3.83.138.19-
YUV50.61145.15128.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 44 (17.58% from 255) = 24.86%
BLUE value IS 81 (32.03% from 255) = 45.76%
R=29.38%
G=24.86%
B=45.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5244810.360.4600.68252.9729.624.51
Hex342C51242E044fd1e19
Octal6454121445601043753631
Binary110100101100101000110010010111001000100111111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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