#24304C

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

Shades of Bunting #24304C

Tints of Bunting #24304C

Color information

#24304C (or 0x24304C) is unknown color: approx Bunting. HEX triplet: 24, 30 and 4C. RGB value is (36,48,76). Sum of RGB (Red+Green+Blue) = 36+48+76=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #24304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24304C is #DBCFB3. Grayscale: #2F2F2F. Windows color (decimal): -14405556 or 4993060. OLE color: 4993060.

HSL color Cylindrical-coordinate representation of color #24304C: hue angle of 222º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24304C is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB364876-
CMYK0.530.3700.70
HSL222º35.71%21.96%-
HSV(B)222º52.63%29.8%-
XYZ3.093.017.26-
YUV47.6144.02119.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.5%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 47.5%
R=22.5%
G=30%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3648760.530.3700.7022235.7121.96
Hex24304C3525046de2416
Octal4460114654501063364426
Binary1001001100001001100110101100101010001101101111010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24304C; }

 p { color: rgb(36,48,76); }

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

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

 a { background-color: rgb(36,48,76); }

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

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

 span { border-color: rgb(36,48,76); }

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