#263050

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

Shades of Bunting #263050

Tints of Bunting #263050

Color information

#263050 (or 0x263050) is unknown color: approx Bunting. HEX triplet: 26, 30 and 50. RGB value is (38,48,80). Sum of RGB (Red+Green+Blue) = 38+48+80=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #263050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263050 is #D9CFAF. Grayscale: #303030. Windows color (decimal): -14274480 or 5255206. OLE color: 5255206.

HSL color Cylindrical-coordinate representation of color #263050: hue angle of 225.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263050 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB384880-
CMYK0.520.4000.69
HSL225.71º35.59%23.14%-
HSV(B)225.71º52.5%31.37%-
XYZ3.33.118.01-
YUV48.66145.69120.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 80 (31.64% from 255) = 48.19%
R=22.89%
G=28.92%
B=48.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3848800.520.4000.69225.7135.5923.14
Hex2630503428045e22417
Octal4660120645001053424427
Binary1001101100001010000110100101000010001011110001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263050; }

 p { color: rgb(38,48,80); }

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

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

 a { background-color: rgb(38,48,80); }

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

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

 span { border-color: rgb(38,48,80); }

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