#24334D

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

Shades of Bunting #24334D

Tints of Bunting #24334D

Color information

#24334D (or 0x24334D) is unknown color: approx Bunting. HEX triplet: 24, 33 and 4D. RGB value is (36,51,77). Sum of RGB (Red+Green+Blue) = 36+51+77=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #24334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24334D is #DBCCB2. Grayscale: #313131. Windows color (decimal): -14404787 or 5059364. OLE color: 5059364.

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

Color convert

RGB365177-
CMYK0.530.3400.70
HSL218.05º36.28%22.16%-
HSV(B)218.05º53.25%30.2%-
XYZ3.253.287.48-
YUV49.48143.53118.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=21.95%
G=31.10%
B=46.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3651770.530.3400.70218.0536.2822.16
Hex24334D3522046da2416
Octal4463115654201063324426
Binary1001001100111001101110101100010010001101101101010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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