#38334E

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

Shades of Cherry Pie #38334E

Tints of Cherry Pie #38334E

Color information

#38334E (or 0x38334E) is unknown color: approx Cherry Pie. HEX triplet: 38, 33 and 4E. RGB value is (56,51,78). Sum of RGB (Red+Green+Blue) = 56+51+78=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #38334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38334E is #C7CCB1. Grayscale: #373737. Windows color (decimal): -13094066 or 5124920. OLE color: 5124920.

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

Color convert

RGB565178-
CMYK0.280.3500.69
HSL251.11º20.93%25.29%-
HSV(B)251.11º34.62%30.59%-
XYZ4.193.767.71-
YUV55.57140.66128.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=30.27%
G=27.57%
B=42.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5651780.280.3500.69251.1120.9325.29
Hex38334E1C23045fb1519
Octal7063116344301053732531
Binary11100011001110011101110010001101000101111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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