#242D46

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

Shades of Bunting #242D46

Tints of Bunting #242D46

Color information

#242D46 (or 0x242D46) is unknown color: approx Bunting. HEX triplet: 24, 2D and 46. RGB value is (36,45,70). Sum of RGB (Red+Green+Blue) = 36+45+70=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #242D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D46 is #DBD2B9. Grayscale: #2D2D2D. Windows color (decimal): -14406330 or 4599076. OLE color: 4599076.

HSL color Cylindrical-coordinate representation of color #242D46: hue angle of 224.12º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242D46 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB364570-
CMYK0.490.3600.73
HSL224.12º32.08%20.78%-
HSV(B)224.12º48.57%27.45%-
XYZ2.772.696.17-
YUV45.16142.02121.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 45 (17.97% from 255) = 29.80%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=23.84%
G=29.80%
B=46.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3645700.490.3600.73224.1232.0820.78
Hex242D463124049e02015
Octal4455106614401113404025
Binary1001001011011000110110001100100010010011110000010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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