#323748

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

Shades of Bunting #323748

Tints of Bunting #323748

Color information

#323748 (or 0x323748) is unknown color: approx Bunting. HEX triplet: 32, 37 and 48. RGB value is (50,55,72). Sum of RGB (Red+Green+Blue) = 50+55+72=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #323748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323748 is #CDC8B7. Grayscale: #373737. Windows color (decimal): -13486264 or 4732722. OLE color: 4732722.

HSL color Cylindrical-coordinate representation of color #323748: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323748 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB505572-
CMYK0.310.2400.72
HSL226.36º18.03%23.92%-
HSV(B)226.36º30.56%28.24%-
XYZ3.853.886.68-
YUV55.44137.34124.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=28.25%
G=31.07%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5055720.310.2400.72226.3618.0323.92
Hex3237481F18048e21218
Octal6267110373001103422230
Binary1100101101111001000111111100001001000111000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323748; }

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

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

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

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

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

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

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

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