#263150

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

Shades of Bunting #263150

Tints of Bunting #263150

Color information

#263150 (or 0x263150) is unknown color: approx Bunting. HEX triplet: 26, 31 and 50. RGB value is (38,49,80). Sum of RGB (Red+Green+Blue) = 38+49+80=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #263150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263150 is #D9CEAF. Grayscale: #313131. Windows color (decimal): -14274224 or 5255462. OLE color: 5255462.

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

Color convert

RGB384980-
CMYK0.520.3900.69
HSL224.29º35.59%23.14%-
HSV(B)224.29º52.5%31.37%-
XYZ3.353.198.03-
YUV49.24145.36119.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=22.75%
G=29.34%
B=47.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3849800.520.3900.69224.2935.5923.14
Hex2631503427045e02417
Octal4661120644701053404427
Binary1001101100011010000110100100111010001011110000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263150; }

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

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

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

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

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

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

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

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