#263250

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

Shades of Bunting #263250

Tints of Bunting #263250

Color information

#263250 (or 0x263250) is unknown color: approx Bunting. HEX triplet: 26, 32 and 50. RGB value is (38,50,80). Sum of RGB (Red+Green+Blue) = 38+50+80=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #263250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263250 is #D9CDAF. Grayscale: #313131. Windows color (decimal): -14273968 or 5255718. OLE color: 5255718.

HSL color Cylindrical-coordinate representation of color #263250: hue angle of 222.86º 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 #263250 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB385080-
CMYK0.520.3700.69
HSL222.86º35.59%23.14%-
HSV(B)222.86º52.5%31.37%-
XYZ3.393.278.04-
YUV49.83145.02119.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=22.62%
G=29.76%
B=47.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3850800.520.3700.69222.8635.5923.14
Hex2632503425045df2417
Octal4662120644501053374427
Binary1001101100101010000110100100101010001011101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263250; }

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

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

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

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

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

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

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

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