#243048

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

Shades of Bunting #243048

Tints of Bunting #243048

Color information

#243048 (or 0x243048) is unknown color: approx Bunting. HEX triplet: 24, 30 and 48. RGB value is (36,48,72). Sum of RGB (Red+Green+Blue) = 36+48+72=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #243048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243048 is #DBCFB7. Grayscale: #2F2F2F. Windows color (decimal): -14405560 or 4730916. OLE color: 4730916.

HSL color Cylindrical-coordinate representation of color #243048: hue angle of 220º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #243048 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364872-
CMYK0.50.3300.72
HSL220º33.33%21.18%-
HSV(B)220º50%28.24%-
XYZ2.952.966.55-
YUV47.15142.02120.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 48 (19.14% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3648720.50.3300.7222033.3321.18
Hex2430483221048dc2115
Octal4460110624101103344125
Binary1001001100001001000110010100001010010001101110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243048; }

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

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

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

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

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

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

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

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