#242E40

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

Shades of Bunting #242E40

Tints of Bunting #242E40

Color information

#242E40 (or 0x242E40) is unknown color: approx Bunting. HEX triplet: 24, 2E and 40. RGB value is (36,46,64). Sum of RGB (Red+Green+Blue) = 36+46+64=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #242E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E40 is #DBD1BF. Grayscale: #2C2C2C. Windows color (decimal): -14406080 or 4206116. OLE color: 4206116.

HSL color Cylindrical-coordinate representation of color #242E40: hue angle of 218.57º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #242E40 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364664-
CMYK0.440.2800.75
HSL218.57º28%19.61%-
HSV(B)218.57º43.75%25.1%-
XYZ2.632.75.23-
YUV45.06138.69121.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.66%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=24.66%
G=31.51%
B=43.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3646640.440.2800.75218.572819.61
Hex242E402C1C04Bdb1c14
Octal4456100543401133333424
Binary10010010111010000001011001110001001011110110111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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