#242E4B

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

Shades of Bunting #242E4B

Tints of Bunting #242E4B

Color information

#242E4B (or 0x242E4B) is unknown color: approx Bunting. HEX triplet: 24, 2E and 4B. RGB value is (36,46,75). Sum of RGB (Red+Green+Blue) = 36+46+75=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 75 (29.69% from 255 or 47.77% from 157); Max value from RGB is 75 - color contains mainly: blue. Hex color #242E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242E4B is #DBD1B4. Grayscale: #2E2E2E. Windows color (decimal): -14406069 or 4927012. OLE color: 4927012.

HSL color Cylindrical-coordinate representation of color #242E4B: hue angle of 224.62º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242E4B is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364675-
CMYK0.520.3900.71
HSL224.62º35.14%21.76%-
HSV(B)224.62º52%29.41%-
XYZ2.972.847.05-
YUV46.32144.19120.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 75 (29.69% from 255) = 47.77%
R=22.93%
G=29.30%
B=47.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3646750.520.3900.71224.6235.1421.76
Hex242E4B3427047e12316
Octal4456113644701073414326
Binary1001001011101001011110100100111010001111110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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