#24334C

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

Shades of Bunting #24334C

Tints of Bunting #24334C

Color information

#24334C (or 0x24334C) is unknown color: approx Bunting. HEX triplet: 24, 33 and 4C. RGB value is (36,51,76). Sum of RGB (Red+Green+Blue) = 36+51+76=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #24334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24334C is #DBCCB3. Grayscale: #313131. Windows color (decimal): -14404788 or 4993828. OLE color: 4993828.

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

Color convert

RGB365176-
CMYK0.530.3300.70
HSL217.5º35.71%21.96%-
HSV(B)217.5º52.63%29.8%-
XYZ3.223.267.3-
YUV49.36143.03118.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 76 (30.08% from 255) = 46.63%
R=22.09%
G=31.29%
B=46.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3651760.530.3300.70217.535.7121.96
Hex24334C3521046da2416
Octal4463114654101063324426
Binary1001001100111001100110101100001010001101101101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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