#24344D

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

Shades of Bunting #24344D

Tints of Bunting #24344D

Color information

#24344D (or 0x24344D) is unknown color: approx Bunting. HEX triplet: 24, 34 and 4D. RGB value is (36,52,77). Sum of RGB (Red+Green+Blue) = 36+52+77=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #24344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24344D is #DBCBB2. Grayscale: #313131. Windows color (decimal): -14404531 or 5059620. OLE color: 5059620.

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

Color convert

RGB365277-
CMYK0.530.3200.70
HSL216.59º36.28%22.16%-
HSV(B)216.59º53.25%30.2%-
XYZ3.33.377.5-
YUV50.07143.2117.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.82%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=21.82%
G=31.52%
B=46.67%

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
Decimal3652770.530.3200.70216.5936.2822.16
Hex24344D3520046d92416
Octal4464115654001063314426
Binary1001001101001001101110101100000010001101101100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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