Html Css Color HEX #34284D Cherry Pie

📋 copy color: '#34284D'

red 52 ◦ green 40 ◦ blue 77

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

Shades of Cherry Pie #34284D

Tints of Cherry Pie #34284D

RGB

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

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

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

R = 30.77%
G = 23.67%
B = 45.56%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#34284D (or 0x34284D) is known color: Cherry Pie. HEX triplet: 34, 28 and 4D. RGB value is (52,40,77). Sum of RGB (Red+Green+Blue) = 52+40+77=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #34284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34284D is #CBD7B2. Grayscale: #2F2F2F. Windows color (decimal): -13359027 or 5056564. OLE color: 5056564.

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

Color convert

RGB 52 40 77 -
CMYK 0.32 0.48 0 0.70
HSL 259.46º 0.32% 0.23% -
HSV(B) 259.46º 0.48% 0.3% -
XYZ 3.51 2.78 7.37 -
YUV 47.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 52 40 77 0.32 0.48 0 0.70 259.46 0.32 0.23
Hex 34 28 4D 20 30 0 46 103 20 17
Octal 64 50 115 40 60 0 106 403 40 27
Binary 110100 101000 1001101 100000 110000 0 1000110 100000011 100000 10111

Color Harmonies of #34284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34284D

Black with #34284D

Text Example


Text Example

White with #34284D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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