#243246

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

Shades of Bunting #243246

Tints of Bunting #243246

Color information

#243246 (or 0x243246) is unknown color: approx Bunting. HEX triplet: 24, 32 and 46. RGB value is (36,50,70). Sum of RGB (Red+Green+Blue) = 36+50+70=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #243246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243246 is #DBCDB9. Grayscale: #303030. Windows color (decimal): -14405050 or 4600356. OLE color: 4600356.

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

Color convert

RGB365070-
CMYK0.490.2900.73
HSL215.29º32.08%20.78%-
HSV(B)215.29º48.57%27.45%-
XYZ2.973.16.24-
YUV48.09140.36119.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.08%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=23.08%
G=32.05%
B=44.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3650700.490.2900.73215.2932.0820.78
Hex243246311D049d72015
Octal4462106613501113274025
Binary100100110010100011011000111101010010011101011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243246; }

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

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

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

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

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

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

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

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