#38294D

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

Shades of Cherry Pie #38294D

Tints of Cherry Pie #38294D

Color information

#38294D (or 0x38294D) is unknown color: approx Cherry Pie. HEX triplet: 38, 29 and 4D. RGB value is (56,41,77). Sum of RGB (Red+Green+Blue) = 56+41+77=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #38294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38294D is #C7D6B2. Grayscale: #313131. Windows color (decimal): -13096627 or 5056824. OLE color: 5056824.

HSL color Cylindrical-coordinate representation of color #38294D: hue angle of 265º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38294D is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB564177-
CMYK0.270.4700.70
HSL265º30.51%23.14%-
HSV(B)265º46.75%30.2%-
XYZ3.762.967.39-
YUV49.59143.47132.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=32.18%
G=23.56%
B=44.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5641770.270.4700.7026530.5123.14
Hex38294D1B2F0461091f17
Octal7051115335701064113727
Binary111000101001100110111011101111010001101000010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38294D; }

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

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

<style>
 a { background-color: #38294D; }

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

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

<style>
 span { border-color: #38294D; }

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

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