#38334F

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

Shades of Cherry Pie #38334F

Tints of Cherry Pie #38334F

Color information

#38334F (or 0x38334F) is unknown color: approx Cherry Pie. HEX triplet: 38, 33 and 4F. RGB value is (56,51,79). Sum of RGB (Red+Green+Blue) = 56+51+79=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 79 - color contains mainly: blue. Hex color #38334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38334F is #C7CCB0. Grayscale: #373737. Windows color (decimal): -13094065 or 5190456. OLE color: 5190456.

HSL color Cylindrical-coordinate representation of color #38334F: hue angle of 250.71º degrees, saturation: 0.22, 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 #38334F is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB565179-
CMYK0.290.3500.69
HSL250.71º21.54%25.49%-
HSV(B)250.71º35.44%30.98%-
XYZ4.233.777.9-
YUV55.69141.16128.22-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=30.11%
G=27.42%
B=42.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5651790.290.3500.69250.7121.5425.49
Hex38334F1D23045fb1619
Octal7063117354301053732631
Binary11100011001110011111110110001101000101111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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