#243247

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

Shades of Bunting #243247

Tints of Bunting #243247

Color information

#243247 (or 0x243247) is unknown color: approx Bunting. HEX triplet: 24, 32 and 47. RGB value is (36,50,71). Sum of RGB (Red+Green+Blue) = 36+50+71=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #243247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243247 is #DBCDB8. Grayscale: #303030. Windows color (decimal): -14405049 or 4665892. OLE color: 4665892.

HSL color Cylindrical-coordinate representation of color #243247: hue angle of 216º 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 #243247 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB365071-
CMYK0.490.3000.72
HSL216º32.71%20.98%-
HSV(B)216º49.3%27.84%-
XYZ3.013.116.4-
YUV48.21140.86119.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.93%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=22.93%
G=31.85%
B=45.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3650710.490.3000.7221632.7120.98
Hex243247311E048d82115
Octal4462107613601103304125
Binary100100110010100011111000111110010010001101100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243247; }

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

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

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

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

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

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

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

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