Html Css Color HEX #332D54 Cherry Pie

📋 copy color: '#332D54'

red 51 ◦ green 45 ◦ blue 84

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

Shades of Cherry Pie #332D54

Tints of Cherry Pie #332D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 28.33%
G = 25%
B = 46.67%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#332D54 (or 0x332D54) is known color: Cherry Pie. HEX triplet: 33, 2D and 54. RGB value is (51,45,84). Sum of RGB (Red+Green+Blue) = 51+45+84=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #332D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332D54 is #CCD2AB. Grayscale: #333333. Windows color (decimal): -13423276 or 5516595. OLE color: 5516595.

HSL color Cylindrical-coordinate representation of color #332D54: hue angle of 249.23º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #332D54 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 45 84 -
CMYK 0.39 0.46 0 0.67
HSL 249.23º 0.3% 0.25% -
HSV(B) 249.23º 0.46% 0.33% -
XYZ 3.9 3.22 8.8 -
YUV 51.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 51 45 84 0.39 0.46 0 0.67 249.23 0.3 0.25
Hex 33 2D 54 27 2E 0 43 F9 1E 19
Octal 63 55 124 47 56 0 103 371 36 31
Binary 110011 101101 1010100 100111 101110 0 1000011 11111001 11110 11001

Color Harmonies of #332D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332D54

Black with #332D54

Text Example


Text Example

White with #332D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332D54; }

 p { color: rgb(51,45,84); }

 H1.HeaderClassName
 {
   color: #332D54;
 }
 .AnyTagClassName
 {
   color: #332D54;
 }
</style>

background-color css

<style>
 a { background-color: #332D54; }

 a { background-color: rgb(51,45,84); }

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

border-color css

<style>
 span { border-color: #332D54; }

 span { border-color: rgb(51,45,84); }

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