#242F47

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

Shades of Bunting #242F47

Tints of Bunting #242F47

Color information

#242F47 (or 0x242F47) is unknown color: approx Bunting. HEX triplet: 24, 2F and 47. RGB value is (36,47,71). Sum of RGB (Red+Green+Blue) = 36+47+71=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 71 (28.12% from 255 or 46.10% from 154); Max value from RGB is 71 - color contains mainly: blue. Hex color #242F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F47 is #DBD0B8. Grayscale: #2E2E2E. Windows color (decimal): -14405817 or 4665124. OLE color: 4665124.

HSL color Cylindrical-coordinate representation of color #242F47: hue angle of 221.14º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #242F47 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB364771-
CMYK0.490.3400.72
HSL221.14º32.71%20.98%-
HSV(B)221.14º49.3%27.84%-
XYZ2.882.866.36-
YUV46.45141.86120.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.38%
GREEN value IS 47 (18.75% from 255) = 30.52%
BLUE value IS 71 (28.12% from 255) = 46.10%
R=23.38%
G=30.52%
B=46.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3647710.490.3400.72221.1432.7120.98
Hex242F473122048dd2115
Octal4457107614201103354125
Binary1001001011111000111110001100010010010001101110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,47,71); }

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

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

 a { background-color: rgb(36,47,71); }

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

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

 span { border-color: rgb(36,47,71); }

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