#243049

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

Shades of Bunting #243049

Tints of Bunting #243049

Color information

#243049 (or 0x243049) is unknown color: approx Bunting. HEX triplet: 24, 30 and 49. RGB value is (36,48,73). Sum of RGB (Red+Green+Blue) = 36+48+73=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #243049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243049 is #DBCFB6. Grayscale: #2F2F2F. Windows color (decimal): -14405559 or 4796452. OLE color: 4796452.

HSL color Cylindrical-coordinate representation of color #243049: hue angle of 220.54º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #243049 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364873-
CMYK0.510.3400.71
HSL220.54º33.94%21.37%-
HSV(B)220.54º50.68%28.63%-
XYZ2.992.976.72-
YUV47.26142.52119.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 73 (28.91% from 255) = 46.50%
R=22.93%
G=30.57%
B=46.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3648730.510.3400.71220.5433.9421.37
Hex2430493322047dd2215
Octal4460111634201073354225
Binary1001001100001001001110011100010010001111101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243049; }

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

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

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

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

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

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

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

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