#263147

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

Shades of Bunting #263147

Tints of Bunting #263147

Color information

#263147 (or 0x263147) is unknown color: approx Bunting. HEX triplet: 26, 31 and 47. RGB value is (38,49,71). Sum of RGB (Red+Green+Blue) = 38+49+71=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #263147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263147 is #D9CEB8. Grayscale: #303030. Windows color (decimal): -14274233 or 4665638. OLE color: 4665638.

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

Color convert

RGB384971-
CMYK0.460.3100.72
HSL220º30.28%21.37%-
HSV(B)220º46.48%27.84%-
XYZ3.033.066.39-
YUV48.22140.86120.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=24.05%
G=31.01%
B=44.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3849710.460.3100.7222030.2821.37
Hex2631472E1F048dc1e15
Octal4661107563701103343625
Binary10011011000110001111011101111101001000110111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263147; }

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

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

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

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

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

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

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

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