#242D40

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

Shades of Bunting #242D40

Tints of Bunting #242D40

Color information

#242D40 (or 0x242D40) is unknown color: approx Bunting. HEX triplet: 24, 2D and 40. RGB value is (36,45,64). Sum of RGB (Red+Green+Blue) = 36+45+64=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #242D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D40 is #DBD2BF. Grayscale: #2C2C2C. Windows color (decimal): -14406336 or 4205860. OLE color: 4205860.

HSL color Cylindrical-coordinate representation of color #242D40: hue angle of 220.71º 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 #242D40 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB364564-
CMYK0.440.3000.75
HSL220.71º28%19.61%-
HSV(B)220.71º43.75%25.1%-
XYZ2.592.625.22-
YUV44.48139.02121.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.83%
GREEN value IS 45 (17.97% from 255) = 31.03%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=24.83%
G=31.03%
B=44.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3645640.440.3000.75220.712819.61
Hex242D402C1E04Bdd1c14
Octal4455100543601133353424
Binary10010010110110000001011001111001001011110111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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