Html Css Color HEX #34284F Cherry Pie

📋 copy color: '#34284F'

red 52 ◦ green 40 ◦ blue 79

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

Shades of Cherry Pie #34284F

Tints of Cherry Pie #34284F

RGB

 RED value IS 52 (20.7% from 255) = 30.41%

 GREEN value IS 40 (16.02% from 255) = 23.39%

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 30.41%
G = 23.39%
B = 46.2%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34284F (or 0x34284F) is known color: Cherry Pie. HEX triplet: 34, 28 and 4F. RGB value is (52,40,79). Sum of RGB (Red+Green+Blue) = 52+40+79=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #34284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34284F is #CBD7B0. Grayscale: #2F2F2F. Windows color (decimal): -13359025 or 5187636. OLE color: 5187636.

HSL color Cylindrical-coordinate representation of color #34284F: hue angle of 258.46º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34284F is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 40 79 -
CMYK 0.34 0.49 0 0.69
HSL 258.46º 0.33% 0.23% -
HSV(B) 258.46º 0.49% 0.31% -
XYZ 3.59 2.81 7.75 -
YUV 48.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 52 40 79 0.34 0.49 0 0.69 258.46 0.33 0.23
Hex 34 28 4F 22 31 0 45 102 21 17
Octal 64 50 117 42 61 0 105 402 41 27
Binary 110100 101000 1001111 100010 110001 0 1000101 100000010 100001 10111

Color Harmonies of #34284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34284F

Black with #34284F

Text Example


Text Example

White with #34284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34284F; }

 p { color: rgb(52,40,79); }

 H1.HeaderClassName
 {
   color: #34284F;
 }
 .AnyTagClassName
 {
   color: #34284F;
 }
</style>

background-color css

<style>
 a { background-color: #34284F; }

 a { background-color: rgb(52,40,79); }

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

border-color css

<style>
 span { border-color: #34284F; }

 span { border-color: rgb(52,40,79); }

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