#242E41

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

Shades of Bunting #242E41

Tints of Bunting #242E41

Color information

#242E41 (or 0x242E41) is unknown color: approx Bunting. HEX triplet: 24, 2E and 41. RGB value is (36,46,65). Sum of RGB (Red+Green+Blue) = 36+46+65=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #242E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E41 is #DBD1BE. Grayscale: #2D2D2D. Windows color (decimal): -14406079 or 4271652. OLE color: 4271652.

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

Color convert

RGB364665-
CMYK0.450.2900.75
HSL219.31º28.71%19.8%-
HSV(B)219.31º44.62%25.49%-
XYZ2.662.715.38-
YUV45.18139.19121.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.49%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=24.49%
G=31.29%
B=44.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3646650.450.2900.75219.3128.7119.8
Hex242E412D1D04Bdb1d14
Octal4456101553501133333524
Binary10010010111010000011011011110101001011110110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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