Html Css Color HEX #33294E Cherry Pie

📋 copy color: '#33294E'

red 51 ◦ green 41 ◦ blue 78

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

Shades of Cherry Pie #33294E

Tints of Cherry Pie #33294E

RGB

 RED value IS 51 (20.31% from 255) = 30%

 GREEN value IS 41 (16.41% from 255) = 24.12%

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

R = 30%
G = 24.12%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33294E (or 0x33294E) is known color: Cherry Pie. HEX triplet: 33, 29 and 4E. RGB value is (51,41,78). Sum of RGB (Red+Green+Blue) = 51+41+78=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 41 (16.41% from 255 or 24.12% 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 #33294E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33294E is #CCD6B1. Grayscale: #303030. Windows color (decimal): -13424306 or 5122355. OLE color: 5122355.

HSL color Cylindrical-coordinate representation of color #33294E: hue angle of 256.22º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #33294E is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 41 78 -
CMYK 0.35 0.47 0 0.69
HSL 256.22º 0.31% 0.23% -
HSV(B) 256.22º 0.47% 0.31% -
XYZ 3.53 2.84 7.57 -
YUV 48.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 51 41 78 0.35 0.47 0 0.69 256.22 0.31 0.23
Hex 33 29 4E 23 2F 0 45 100 1F 17
Octal 63 51 116 43 57 0 105 400 37 27
Binary 110011 101001 1001110 100011 101111 0 1000101 100000000 11111 10111

Color Harmonies of #33294E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33294E

Black with #33294E

Text Example


Text Example

White with #33294E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,41,78); }

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

background-color css

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

 a { background-color: rgb(51,41,78); }

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

border-color css

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

 span { border-color: rgb(51,41,78); }

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