Html Css Color HEX #38344E Cherry Pie

📋 copy color: '#38344E'

red 56 ◦ green 52 ◦ blue 78

#38344E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #38344E

Tints of Cherry Pie #38344E

RGB

 RED value IS 56 (22.27% from 255) = 30.11%

 GREEN value IS 52 (20.7% 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 value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38344E (or 0x38344E) is known color: 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

RGB 56 52 78 -
CMYK 0.28 0.33 0 0.69
HSL 249.23º 0.2% 0.25% -
HSV(B) 249.23º 0.33% 0.31% -
XYZ 4.23 3.85 7.73 -
YUV 56.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 56 52 78 0.28 0.33 0 0.69 249.23 0.2 0.25
Hex 38 34 4E 1C 21 0 45 F9 14 19
Octal 70 64 116 34 41 0 105 371 24 31
Binary 111000 110100 1001110 11100 100001 0 1000101 11111001 10100 11001

Color Harmonies of #38344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38344E

Black with #38344E

Text Example


Text Example

White with #38344E

Text Example


Text Example

HTML Codes & Css Web 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>