#24324F

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

Shades of Bunting #24324F

Tints of Bunting #24324F

Color information

#24324F (or 0x24324F) is unknown color: approx Bunting. HEX triplet: 24, 32 and 4F. RGB value is (36,50,79). Sum of RGB (Red+Green+Blue) = 36+50+79=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #24324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24324F is #DBCDB0. Grayscale: #303030. Windows color (decimal): -14405041 or 5190180. OLE color: 5190180.

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

Color convert

RGB365079-
CMYK0.540.3700.69
HSL220.47º37.39%22.55%-
HSV(B)220.47º54.43%30.98%-
XYZ3.283.227.85-
YUV49.12144.86118.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 79 (31.25% from 255) = 47.88%
R=21.82%
G=30.30%
B=47.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3650790.540.3700.69220.4737.3922.55
Hex24324F3625045dc2517
Octal4462117664501053344527
Binary1001001100101001111110110100101010001011101110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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