#24344C

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

Shades of Bunting #24344C

Tints of Bunting #24344C

Color information

#24344C (or 0x24344C) is unknown color: approx Bunting. HEX triplet: 24, 34 and 4C. RGB value is (36,52,76). Sum of RGB (Red+Green+Blue) = 36+52+76=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #24344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24344C is #DBCBB3. Grayscale: #313131. Windows color (decimal): -14404532 or 4994084. OLE color: 4994084.

HSL color Cylindrical-coordinate representation of color #24344C: hue angle of 216º 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 #24344C is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB365276-
CMYK0.530.3200.70
HSL216º35.71%21.96%-
HSV(B)216º52.63%29.8%-
XYZ3.263.357.31-
YUV49.95142.7118.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 52 (20.70% from 255) = 31.71%
BLUE value IS 76 (30.08% from 255) = 46.34%
R=21.95%
G=31.71%
B=46.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3652760.530.3200.7021635.7121.96
Hex24344C3520046d82416
Octal4464114654001063304426
Binary1001001101001001100110101100000010001101101100010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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