Html Css Color HEX #3A3252 Cherry Pie

📋 copy color: '#3A3252'

red 58 ◦ green 50 ◦ blue 82

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

Shades of Cherry Pie #3A3252

Tints of Cherry Pie #3A3252

RGB

 RED value IS 58 (23.05% from 255) = 30.53%

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 82 (32.42% from 255) = 43.16%

R = 30.53%
G = 26.32%
B = 43.16%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3A3252 (or 0x3A3252) is known color: Cherry Pie. HEX triplet: 3A, 32 and 52. RGB value is (58,50,82). Sum of RGB (Red+Green+Blue) = 58+50+82=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A3252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3252 is #C5CDAD. Grayscale: #373737. Windows color (decimal): -12963246 or 5386810. OLE color: 5386810.

HSL color Cylindrical-coordinate representation of color #3A3252: hue angle of 255º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A3252 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 50 82 -
CMYK 0.29 0.39 0 0.68
HSL 255º 0.24% 0.26% -
HSV(B) 255º 0.39% 0.32% -
XYZ 4.41 3.79 8.48 -
YUV 56.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 58 50 82 0.29 0.39 0 0.68 255 0.24 0.26
Hex 3A 32 52 1D 27 0 44 FF 18 1A
Octal 72 62 122 35 47 0 104 377 30 32
Binary 111010 110010 1010010 11101 100111 0 1000100 11111111 11000 11010

Color Harmonies of #3A3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3252

Black with #3A3252

Text Example


Text Example

White with #3A3252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3252; }

 p { color: rgb(58,50,82); }

 H1.HeaderClassName
 {
   color: #3A3252;
 }
 .AnyTagClassName
 {
   color: #3A3252;
 }
</style>

background-color css

<style>
 a { background-color: #3A3252; }

 a { background-color: rgb(58,50,82); }

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

border-color css

<style>
 span { border-color: #3A3252; }

 span { border-color: rgb(58,50,82); }

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