#24354C

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

Shades of Bunting #24354C

Tints of Bunting #24354C

Color information

#24354C (or 0x24354C) is unknown color: approx Bunting. HEX triplet: 24, 35 and 4C. RGB value is (36,53,76). Sum of RGB (Red+Green+Blue) = 36+53+76=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #24354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24354C is #DBCAB3. Grayscale: #323232. Windows color (decimal): -14404276 or 4994340. OLE color: 4994340.

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

Color convert

RGB365376-
CMYK0.530.3000.70
HSL214.5º35.71%21.96%-
HSV(B)214.5º52.63%29.8%-
XYZ3.313.447.33-
YUV50.54142.37117.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 76 (30.08% from 255) = 46.06%
R=21.82%
G=32.12%
B=46.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3653760.530.3000.70214.535.7121.96
Hex24354C351E046d62416
Octal4465114653601063264426
Binary100100110101100110011010111110010001101101011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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