#242E49

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

Shades of Bunting #242E49

Tints of Bunting #242E49

Color information

#242E49 (or 0x242E49) is unknown color: approx Bunting. HEX triplet: 24, 2E and 49. RGB value is (36,46,73). Sum of RGB (Red+Green+Blue) = 36+46+73=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 73 - color contains mainly: blue. Hex color #242E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E49 is #DBD1B6. Grayscale: #2D2D2D. Windows color (decimal): -14406071 or 4795940. OLE color: 4795940.

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

Color convert

RGB364673-
CMYK0.510.3700.71
HSL223.78º33.94%21.37%-
HSV(B)223.78º50.68%28.63%-
XYZ2.912.816.69-
YUV46.09143.19120.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 73 (28.91% from 255) = 47.10%
R=23.23%
G=29.68%
B=47.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3646730.510.3700.71223.7833.9421.37
Hex242E493325047e02215
Octal4456111634501073404225
Binary1001001011101001001110011100101010001111110000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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