Html Css Color HEX #38334C Cherry Pie

📋 copy color: '#38334C'

red 56 ◦ green 51 ◦ blue 76

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

Shades of Cherry Pie #38334C

Tints of Cherry Pie #38334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.87%

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 30.6%
G = 27.87%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38334C (or 0x38334C) is known color: Cherry Pie. HEX triplet: 38, 33 and 4C. RGB value is (56,51,76). Sum of RGB (Red+Green+Blue) = 56+51+76=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #38334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38334C is #C7CCB3. Grayscale: #373737. Windows color (decimal): -13094068 or 4993848. OLE color: 4993848.

HSL color Cylindrical-coordinate representation of color #38334C: hue angle of 252º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38334C is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 51 76 -
CMYK 0.26 0.33 0 0.70
HSL 252º 0.2% 0.25% -
HSV(B) 252º 0.33% 0.3% -
XYZ 4.12 3.73 7.34 -
YUV 55.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 56 51 76 0.26 0.33 0 0.70 252 0.2 0.25
Hex 38 33 4C 1A 21 0 46 FC 14 19
Octal 70 63 114 32 41 0 106 374 24 31
Binary 111000 110011 1001100 11010 100001 0 1000110 11111100 10100 11001

Color Harmonies of #38334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38334C

Black with #38334C

Text Example


Text Example

White with #38334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38334C;
 }
 .AnyTagClassName
 {
   color: #38334C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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