#243249

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

Shades of Bunting #243249

Tints of Bunting #243249

Color information

#243249 (or 0x243249) is unknown color: approx Bunting. HEX triplet: 24, 32 and 49. RGB value is (36,50,73). Sum of RGB (Red+Green+Blue) = 36+50+73=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 73 - color contains mainly: blue. Hex color #243249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243249 is #DBCDB6. Grayscale: #303030. Windows color (decimal): -14405047 or 4796964. OLE color: 4796964.

HSL color Cylindrical-coordinate representation of color #243249: hue angle of 217.3º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #243249 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB365073-
CMYK0.510.3200.71
HSL217.3º33.94%21.37%-
HSV(B)217.3º50.68%28.63%-
XYZ3.073.146.75-
YUV48.44141.86119.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 73 (28.91% from 255) = 45.91%
R=22.64%
G=31.45%
B=45.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3650730.510.3200.71217.333.9421.37
Hex2432493320047d92215
Octal4462111634001073314225
Binary1001001100101001001110011100000010001111101100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243249; }

 p { color: rgb(36,50,73); }

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

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

 a { background-color: rgb(36,50,73); }

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

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

 span { border-color: rgb(36,50,73); }

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