#293248

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

Shades of Bunting #293248

Tints of Bunting #293248

Color information

#293248 (or 0x293248) is unknown color: approx Bunting. HEX triplet: 29, 32 and 48. RGB value is (41,50,72). Sum of RGB (Red+Green+Blue) = 41+50+72=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #293248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293248 is #D6CDB7. Grayscale: #313131. Windows color (decimal): -14077368 or 4731433. OLE color: 4731433.

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

Color convert

RGB415072-
CMYK0.430.3100.72
HSL222.58º27.43%22.16%-
HSV(B)222.58º43.06%28.24%-
XYZ3.223.226.58-
YUV49.82140.52121.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 72 (28.52% from 255) = 44.17%
R=25.15%
G=30.67%
B=44.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4150720.430.3100.72222.5827.4322.16
Hex2932482B1F048df1b16
Octal5162110533701103373326
Binary10100111001010010001010111111101001000110111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293248; }

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

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

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

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

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

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

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

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