Html Css Color HEX #33294D Cherry Pie

📋 copy color: '#33294D'

red 51 ◦ green 41 ◦ blue 77

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

Shades of Cherry Pie #33294D

Tints of Cherry Pie #33294D

RGB

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

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

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

R = 30.18%
G = 24.26%
B = 45.56%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33294D (or 0x33294D) is known color: Cherry Pie. HEX triplet: 33, 29 and 4D. RGB value is (51,41,77). Sum of RGB (Red+Green+Blue) = 51+41+77=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 41 (16.41% from 255 or 24.26% 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 #33294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33294D is #CCD6B2. Grayscale: #2F2F2F. Windows color (decimal): -13424307 or 5056819. OLE color: 5056819.

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

Color convert

RGB 51 41 77 -
CMYK 0.34 0.47 0 0.70
HSL 256.67º 0.31% 0.23% -
HSV(B) 256.67º 0.47% 0.3% -
XYZ 3.5 2.83 7.38 -
YUV 48.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 51 41 77 0.34 0.47 0 0.70 256.67 0.31 0.23
Hex 33 29 4D 22 2F 0 46 101 1F 17
Octal 63 51 115 42 57 0 106 401 37 27
Binary 110011 101001 1001101 100010 101111 0 1000110 100000001 11111 10111

Color Harmonies of #33294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33294D

Black with #33294D

Text Example


Text Example

White with #33294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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