#263346

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

Shades of Bunting #263346

Tints of Bunting #263346

Color information

#263346 (or 0x263346) is unknown color: approx Bunting. HEX triplet: 26, 33 and 46. RGB value is (38,51,70). Sum of RGB (Red+Green+Blue) = 38+51+70=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #263346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263346 is #D9CCB9. Grayscale: #313131. Windows color (decimal): -14273722 or 4600614. OLE color: 4600614.

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

Color convert

RGB385170-
CMYK0.460.2700.73
HSL215.62º29.63%21.18%-
HSV(B)215.62º45.71%27.45%-
XYZ3.093.226.25-
YUV49.28139.69119.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=23.90%
G=32.08%
B=44.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3851700.460.2700.73215.6229.6321.18
Hex2633462E1B049d81e15
Octal4663106563301113303625
Binary10011011001110001101011101101101001001110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263346; }

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

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

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

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

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

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

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

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