#24304F

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

Shades of Bunting #24304F

Tints of Bunting #24304F

Color information

#24304F (or 0x24304F) is unknown color: approx Bunting. HEX triplet: 24, 30 and 4F. RGB value is (36,48,79). Sum of RGB (Red+Green+Blue) = 36+48+79=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 79 - color contains mainly: blue. Hex color #24304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24304F is #DBCFB0. Grayscale: #2F2F2F. Windows color (decimal): -14405553 or 5189668. OLE color: 5189668.

HSL color Cylindrical-coordinate representation of color #24304F: hue angle of 223.26º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24304F is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB364879-
CMYK0.540.3900.69
HSL223.26º37.39%22.55%-
HSV(B)223.26º54.43%30.98%-
XYZ3.23.057.82-
YUV47.95145.52119.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.09%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 79 (31.25% from 255) = 48.47%
R=22.09%
G=29.45%
B=48.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3648790.540.3900.69223.2637.3922.55
Hex24304F3627045df2517
Octal4460117664701053374527
Binary1001001100001001111110110100111010001011101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24304F; }

 p { color: rgb(36,48,79); }

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

<style>
 a { background-color: #24304F; }

 a { background-color: rgb(36,48,79); }

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

<style>
 span { border-color: #24304F; }

 span { border-color: rgb(36,48,79); }

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