#263051

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

Shades of Bunting #263051

Tints of Bunting #263051

Color information

#263051 (or 0x263051) is unknown color: approx Bunting. HEX triplet: 26, 30 and 51. RGB value is (38,48,81). Sum of RGB (Red+Green+Blue) = 38+48+81=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #263051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263051 is #D9CFAE. Grayscale: #303030. Windows color (decimal): -14274479 or 5320742. OLE color: 5320742.

HSL color Cylindrical-coordinate representation of color #263051: hue angle of 226.05º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #263051 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB384881-
CMYK0.530.4100.68
HSL226.05º36.13%23.33%-
HSV(B)226.05º53.09%31.76%-
XYZ3.343.128.21-
YUV48.77146.19120.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=22.75%
G=28.74%
B=48.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3848810.530.4100.68226.0536.1323.33
Hex2630513529044e22417
Octal4660121655101043424427
Binary1001101100001010001110101101001010001001110001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263051; }

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

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

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

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

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

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

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

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