#263146

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

Shades of Bunting #263146

Tints of Bunting #263146

Color information

#263146 (or 0x263146) is unknown color: approx Bunting. HEX triplet: 26, 31 and 46. RGB value is (38,49,70). Sum of RGB (Red+Green+Blue) = 38+49+70=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #263146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263146 is #D9CEB9. Grayscale: #303030. Windows color (decimal): -14274234 or 4600102. OLE color: 4600102.

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

Color convert

RGB384970-
CMYK0.460.3000.73
HSL219.38º29.63%21.18%-
HSV(B)219.38º45.71%27.45%-
XYZ33.056.22-
YUV48.1140.36120.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=24.20%
G=31.21%
B=44.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3849700.460.3000.73219.3829.6321.18
Hex2631462E1E049db1e15
Octal4661106563601113333625
Binary10011011000110001101011101111001001001110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263146; }

 p { color: rgb(38,49,70); }

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

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

 a { background-color: rgb(38,49,70); }

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

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

 span { border-color: rgb(38,49,70); }

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