#242F48

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

Shades of Bunting #242F48

Tints of Bunting #242F48

Color information

#242F48 (or 0x242F48) is unknown color: approx Bunting. HEX triplet: 24, 2F and 48. RGB value is (36,47,72). Sum of RGB (Red+Green+Blue) = 36+47+72=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 72 - color contains mainly: blue. Hex color #242F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F48 is #DBD0B7. Grayscale: #2E2E2E. Windows color (decimal): -14405816 or 4730660. OLE color: 4730660.

HSL color Cylindrical-coordinate representation of color #242F48: hue angle of 221.67º 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 #242F48 is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364772-
CMYK0.50.3500.72
HSL221.67º33.33%21.18%-
HSV(B)221.67º50%28.24%-
XYZ2.912.886.53-
YUV46.56142.36120.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=23.23%
G=30.32%
B=46.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3647720.50.3500.72221.6733.3321.18
Hex242F483223048de2115
Octal4457110624301103364125
Binary1001001011111001000110010100011010010001101111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242F48; }

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

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

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

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

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

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

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

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