Html Css Color HEX #323649 Bunting

📋 copy color: '#323649'

red 50 ◦ green 54 ◦ blue 73

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

Shades of Bunting #323649

Tints of Bunting #323649

RGB

 RED value IS 50 (19.92% from 255) = 28.25%

 GREEN value IS 54 (21.48% from 255) = 30.51%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 28.25%
G = 30.51%
B = 41.24%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323649 (or 0x323649) is known color: Bunting. HEX triplet: 32, 36 and 49. RGB value is (50,54,73). Sum of RGB (Red+Green+Blue) = 50+54+73=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #323649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323649 is #CDC9B6. Grayscale: #363636. Windows color (decimal): -13486519 or 4798002. OLE color: 4798002.

HSL color Cylindrical-coordinate representation of color #323649: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #323649 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 54 73 -
CMYK 0.32 0.26 0 0.71
HSL 229.57º 0.19% 0.24% -
HSV(B) 229.57º 0.32% 0.29% -
XYZ 3.84 3.8 6.83 -
YUV 54.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 50 54 73 0.32 0.26 0 0.71 229.57 0.19 0.24
Hex 32 36 49 20 1A 0 47 E6 13 18
Octal 62 66 111 40 32 0 107 346 23 30
Binary 110010 110110 1001001 100000 11010 0 1000111 11100110 10011 11000

Color Harmonies of #323649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323649

Black with #323649

Text Example


Text Example

White with #323649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323649; }

 p { color: rgb(50,54,73); }

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

background-color css

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

 a { background-color: rgb(50,54,73); }

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

border-color css

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

 span { border-color: rgb(50,54,73); }

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