#24324E

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

Shades of Bunting #24324E

Tints of Bunting #24324E

Color information

#24324E (or 0x24324E) is unknown color: approx Bunting. HEX triplet: 24, 32 and 4E. RGB value is (36,50,78). Sum of RGB (Red+Green+Blue) = 36+50+78=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #24324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24324E is #DBCDB1. Grayscale: #303030. Windows color (decimal): -14405042 or 5124644. OLE color: 5124644.

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

Color convert

RGB365078-
CMYK0.540.3600.69
HSL220º36.84%22.35%-
HSV(B)220º53.85%30.59%-
XYZ3.243.217.66-
YUV49.01144.36118.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 78 (30.86% from 255) = 47.56%
R=21.95%
G=30.49%
B=47.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3650780.540.3600.6922036.8422.35
Hex24324E3624045dc2516
Octal4462116664401053344526
Binary1001001100101001110110110100100010001011101110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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