#263247

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

Shades of Bunting #263247

Tints of Bunting #263247

Color information

#263247 (or 0x263247) is unknown color: approx Bunting. HEX triplet: 26, 32 and 47. RGB value is (38,50,71). Sum of RGB (Red+Green+Blue) = 38+50+71=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 71 - color contains mainly: blue. Hex color #263247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263247 is #D9CDB8. Grayscale: #303030. Windows color (decimal): -14273977 or 4665894. OLE color: 4665894.

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

Color convert

RGB385071-
CMYK0.460.3000.72
HSL218.18º30.28%21.37%-
HSV(B)218.18º46.48%27.84%-
XYZ3.083.156.41-
YUV48.81140.52120.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=23.90%
G=31.45%
B=44.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3850710.460.3000.72218.1830.2821.37
Hex2632472E1E048da1e15
Octal4662107563601103323625
Binary10011011001010001111011101111001001000110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263247; }

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

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

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

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

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

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

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

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