#32374F

Color #32374F Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #32374F

Tints of Bunting #32374F

Color information

#32374F (or 0x32374F) is unknown color: approx Bunting. HEX triplet: 32, 37 and 4F. RGB value is (50,55,79). Sum of RGB (Red+Green+Blue) = 50+55+79=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #32374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32374F is #CDC8B0. Grayscale: #383838. Windows color (decimal): -13486257 or 5191474. OLE color: 5191474.

HSL color Cylindrical-coordinate representation of color #32374F: hue angle of 229.66º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32374F is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB505579-
CMYK0.370.3000.69
HSL229.66º22.48%25.29%-
HSV(B)229.66º36.71%30.98%-
XYZ4.093.977.95-
YUV56.24140.84123.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 55 (21.88% from 255) = 29.89%
BLUE value IS 79 (31.25% from 255) = 42.93%
R=27.17%
G=29.89%
B=42.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5055790.370.3000.69229.6622.4825.29
Hex32374F251E045e61619
Octal6267117453601053462631
Binary11001011011110011111001011111001000101111001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32374F; }

 p { color: rgb(50,55,79); }

 H1.HeaderClassName
 {
   color: #32374F;
 }
 .AnyTagClassName
 {
   color: #32374F;
 }
</style>
background-color css

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

 a { background-color: rgb(50,55,79); }

 div.DivClassName
 {
   background-color: #32374F;
 }
 .BgClassName
 {
   background-color: #32374F;
 }
</style>
border-color css

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

 span { border-color: rgb(50,55,79); }

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