#242F49

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

Shades of Bunting #242F49

Tints of Bunting #242F49

Color information

#242F49 (or 0x242F49) is unknown color: approx Bunting. HEX triplet: 24, 2F and 49. RGB value is (36,47,73). Sum of RGB (Red+Green+Blue) = 36+47+73=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #242F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F49 is #DBD0B6. Grayscale: #2E2E2E. Windows color (decimal): -14405815 or 4796196. OLE color: 4796196.

HSL color Cylindrical-coordinate representation of color #242F49: hue angle of 222.16º 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 #242F49 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364773-
CMYK0.510.3600.71
HSL222.16º33.94%21.37%-
HSV(B)222.16º50.68%28.63%-
XYZ2.952.896.71-
YUV46.68142.86120.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 73 (28.91% from 255) = 46.79%
R=23.08%
G=30.13%
B=46.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3647730.510.3600.71222.1633.9421.37
Hex242F493324047de2215
Octal4457111634401073364225
Binary1001001011111001001110011100100010001111101111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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