#38344E

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

Shades of Cherry Pie #38344E

Tints of Cherry Pie #38344E

Color information

#38344E (or 0x38344E) is unknown color: approx Cherry Pie. HEX triplet: 38, 34 and 4E. RGB value is (56,52,78). Sum of RGB (Red+Green+Blue) = 56+52+78=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #38344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38344E is #C7CBB1. Grayscale: #383838. Windows color (decimal): -13093810 or 5125176. OLE color: 5125176.

HSL color Cylindrical-coordinate representation of color #38344E: hue angle of 249.23º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38344E is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB565278-
CMYK0.280.3300.69
HSL249.23º20%25.49%-
HSV(B)249.23º33.33%30.59%-
XYZ4.233.857.73-
YUV56.16140.33127.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=30.11%
G=27.96%
B=41.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5652780.280.3300.69249.232025.49
Hex38344E1C21045f91419
Octal7064116344101053712431
Binary11100011010010011101110010000101000101111110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38344E; }

 p { color: rgb(56,52,78); }

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

<style>
 a { background-color: #38344E; }

 a { background-color: rgb(56,52,78); }

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

<style>
 span { border-color: #38344E; }

 span { border-color: rgb(56,52,78); }

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