#38295A

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

Shades of Cherry Pie #38295A

Tints of Cherry Pie #38295A

Color information

#38295A (or 0x38295A) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 5A. RGB value is (56,41,90). Sum of RGB (Red+Green+Blue) = 56+41+90=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #38295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38295A is #C7D6A5. Grayscale: #323232. Windows color (decimal): -13096614 or 5908792. OLE color: 5908792.

HSL color Cylindrical-coordinate representation of color #38295A: hue angle of 258.37º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38295A is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB564190-
CMYK0.380.5400.65
HSL258.37º37.4%25.69%-
HSV(B)258.37º54.44%35.29%-
XYZ4.273.1610.06-
YUV51.07149.97131.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 41 (16.41% from 255) = 21.93%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=29.95%
G=21.93%
B=48.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5641900.380.5400.65258.3737.425.69
Hex38295A2636041102251a
Octal7051132466601014024532
Binary11100010100110110101001101101100100000110000001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38295A; }

 p { color: rgb(56,41,90); }

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

<style>
 a { background-color: #38295A; }

 a { background-color: rgb(56,41,90); }

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

<style>
 span { border-color: #38295A; }

 span { border-color: rgb(56,41,90); }

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