#242F51

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

Shades of Bunting #242F51

Tints of Bunting #242F51

Color information

#242F51 (or 0x242F51) is unknown color: approx Bunting. HEX triplet: 24, 2F and 51. RGB value is (36,47,81). Sum of RGB (Red+Green+Blue) = 36+47+81=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #242F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F51 is #DBD0AE. Grayscale: #2F2F2F. Windows color (decimal): -14405807 or 5320484. OLE color: 5320484.

HSL color Cylindrical-coordinate representation of color #242F51: hue angle of 225.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242F51 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB364781-
CMYK0.560.4200.68
HSL225.33º38.46%22.94%-
HSV(B)225.33º55.56%31.76%-
XYZ3.2338.19-
YUV47.59146.86119.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 47 (18.75% from 255) = 28.66%
BLUE value IS 81 (32.03% from 255) = 49.39%
R=21.95%
G=28.66%
B=49.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3647810.560.4200.68225.3338.4622.94
Hex242F51382A044e12617
Octal4457121705201043414627
Binary1001001011111010001111000101010010001001110000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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