#38334C

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

Shades of Cherry Pie #38334C

Tints of Cherry Pie #38334C

Color information

#38334C (or 0x38334C) is unknown color: approx Cherry Pie. HEX triplet: 38, 33 and 4C. RGB value is (56,51,76). Sum of RGB (Red+Green+Blue) = 56+51+76=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #38334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38334C is #C7CCB3. Grayscale: #373737. Windows color (decimal): -13094068 or 4993848. OLE color: 4993848.

HSL color Cylindrical-coordinate representation of color #38334C: hue angle of 252º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38334C is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB565176-
CMYK0.260.3300.70
HSL252º19.69%24.9%-
HSV(B)252º32.89%29.8%-
XYZ4.123.737.34-
YUV55.34139.66128.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=30.60%
G=27.87%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5651760.260.3300.7025219.6924.9
Hex38334C1A21046fc1419
Octal7063114324101063742431
Binary11100011001110011001101010000101000110111111001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38334C; }

 p { color: rgb(56,51,76); }

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

<style>
 a { background-color: #38334C; }

 a { background-color: rgb(56,51,76); }

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

<style>
 span { border-color: #38334C; }

 span { border-color: rgb(56,51,76); }

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