#242E46

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

Shades of Bunting #242E46

Tints of Bunting #242E46

Color information

#242E46 (or 0x242E46) is unknown color: approx Bunting. HEX triplet: 24, 2E and 46. RGB value is (36,46,70). Sum of RGB (Red+Green+Blue) = 36+46+70=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #242E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E46 is #DBD1B9. Grayscale: #2D2D2D. Windows color (decimal): -14406074 or 4599332. OLE color: 4599332.

HSL color Cylindrical-coordinate representation of color #242E46: hue angle of 222.35º 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 #242E46 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB364670-
CMYK0.490.3400.73
HSL222.35º32.08%20.78%-
HSV(B)222.35º48.57%27.45%-
XYZ2.812.776.18-
YUV45.75141.69121.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.68%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 70 (27.73% from 255) = 46.05%
R=23.68%
G=30.26%
B=46.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3646700.490.3400.73222.3532.0820.78
Hex242E463122049de2015
Octal4456106614201113364025
Binary1001001011101000110110001100010010010011101111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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