Html Css Color HEX #38344D Cherry Pie

📋 copy color: '#38344D'

red 56 ◦ green 52 ◦ blue 77

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

Shades of Cherry Pie #38344D

Tints of Cherry Pie #38344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 77 (30.47% from 255) = 41.62%

R = 30.27%
G = 28.11%
B = 41.62%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38344D (or 0x38344D) is known color: Cherry Pie. HEX triplet: 38, 34 and 4D. RGB value is (56,52,77). Sum of RGB (Red+Green+Blue) = 56+52+77=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #38344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38344D is #C7CBB2. Grayscale: #373737. Windows color (decimal): -13093811 or 5059640. OLE color: 5059640.

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

Color convert

RGB 56 52 77 -
CMYK 0.27 0.32 0 0.70
HSL 249.6º 0.19% 0.25% -
HSV(B) 249.6º 0.32% 0.3% -
XYZ 4.2 3.83 7.54 -
YUV 56.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 56 52 77 0.27 0.32 0 0.70 249.6 0.19 0.25
Hex 38 34 4D 1B 20 0 46 FA 13 19
Octal 70 64 115 33 40 0 106 372 23 31
Binary 111000 110100 1001101 11011 100000 0 1000110 11111010 10011 11001

Color Harmonies of #38344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38344D

Black with #38344D

Text Example


Text Example

White with #38344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38344D;
 }
 .AnyTagClassName
 {
   color: #38344D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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