#293247

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

Shades of Bunting #293247

Tints of Bunting #293247

Color information

#293247 (or 0x293247) is unknown color: approx Bunting. HEX triplet: 29, 32 and 47. RGB value is (41,50,71). Sum of RGB (Red+Green+Blue) = 41+50+71=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 71 - color contains mainly: blue. Hex color #293247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293247 is #D6CDB8. Grayscale: #313131. Windows color (decimal): -14077369 or 4665897. OLE color: 4665897.

HSL color Cylindrical-coordinate representation of color #293247: hue angle of 222º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293247 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB415071-
CMYK0.420.3000.72
HSL222º26.79%21.96%-
HSV(B)222º42.25%27.84%-
XYZ3.193.216.41-
YUV49.7140.02121.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 71 (28.12% from 255) = 43.83%
R=25.31%
G=30.86%
B=43.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4150710.420.3000.7222226.7921.96
Hex2932472A1E048de1b16
Octal5162107523601103363326
Binary10100111001010001111010101111001001000110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293247; }

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

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

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

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

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

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

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

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