Html Css Color HEX #34284E Cherry Pie

📋 copy color: '#34284E'

red 52 ◦ green 40 ◦ blue 78

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

Shades of Cherry Pie #34284E

Tints of Cherry Pie #34284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 30.59%
G = 23.53%
B = 45.88%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34284E (or 0x34284E) is known color: Cherry Pie. HEX triplet: 34, 28 and 4E. RGB value is (52,40,78). Sum of RGB (Red+Green+Blue) = 52+40+78=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #34284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34284E is #CBD7B1. Grayscale: #2F2F2F. Windows color (decimal): -13359026 or 5122100. OLE color: 5122100.

HSL color Cylindrical-coordinate representation of color #34284E: hue angle of 258.95º degrees, saturation: 0.32, 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 #34284E is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 40 78 -
CMYK 0.33 0.49 0 0.69
HSL 258.95º 0.32% 0.23% -
HSV(B) 258.95º 0.49% 0.31% -
XYZ 3.55 2.8 7.56 -
YUV 47.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 52 40 78 0.33 0.49 0 0.69 258.95 0.32 0.23
Hex 34 28 4E 21 31 0 45 103 20 17
Octal 64 50 116 41 61 0 105 403 40 27
Binary 110100 101000 1001110 100001 110001 0 1000101 100000011 100000 10111

Color Harmonies of #34284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34284E

Black with #34284E

Text Example


Text Example

White with #34284E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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