#242F4B

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

Shades of Bunting #242F4B

Tints of Bunting #242F4B

Color information

#242F4B (or 0x242F4B) is unknown color: approx Bunting. HEX triplet: 24, 2F and 4B. RGB value is (36,47,75). Sum of RGB (Red+Green+Blue) = 36+47+75=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 75 - color contains mainly: blue. Hex color #242F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242F4B is #DBD0B4. Grayscale: #2E2E2E. Windows color (decimal): -14405813 or 4927268. OLE color: 4927268.

HSL color Cylindrical-coordinate representation of color #242F4B: hue angle of 223.08º 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 #242F4B is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB364775-
CMYK0.520.3700.71
HSL223.08º35.14%21.76%-
HSV(B)223.08º52%29.41%-
XYZ3.012.927.06-
YUV46.9143.86120.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.78%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=22.78%
G=29.75%
B=47.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3647750.520.3700.71223.0835.1421.76
Hex242F4B3425047df2316
Octal4457113644501073374326
Binary1001001011111001011110100100101010001111101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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