#242E4D

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

Shades of Bunting #242E4D

Tints of Bunting #242E4D

Color information

#242E4D (or 0x242E4D) is unknown color: approx Bunting. HEX triplet: 24, 2E and 4D. RGB value is (36,46,77). Sum of RGB (Red+Green+Blue) = 36+46+77=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #242E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E4D is #DBD1B2. Grayscale: #2E2E2E. Windows color (decimal): -14406067 or 5058084. OLE color: 5058084.

HSL color Cylindrical-coordinate representation of color #242E4D: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242E4D is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB364677-
CMYK0.530.4000.70
HSL225.37º36.28%22.16%-
HSV(B)225.37º53.25%30.2%-
XYZ3.042.867.41-
YUV46.54145.19120.48-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=22.64%
G=28.93%
B=48.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3646770.530.4000.70225.3736.2822.16
Hex242E4D3528046e12416
Octal4456115655001063414426
Binary1001001011101001101110101101000010001101110000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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