#263251

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

Shades of Bunting #263251

Tints of Bunting #263251

Color information

#263251 (or 0x263251) is unknown color: approx Bunting. HEX triplet: 26, 32 and 51. RGB value is (38,50,81). Sum of RGB (Red+Green+Blue) = 38+50+81=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #263251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263251 is #D9CDAE. Grayscale: #313131. Windows color (decimal): -14273967 or 5321254. OLE color: 5321254.

HSL color Cylindrical-coordinate representation of color #263251: hue angle of 223.26º 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 #263251 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB385081-
CMYK0.530.3800.68
HSL223.26º36.13%23.33%-
HSV(B)223.26º53.09%31.76%-
XYZ3.433.298.24-
YUV49.95145.52119.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=22.49%
G=29.59%
B=47.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3850810.530.3800.68223.2636.1323.33
Hex2632513526044df2417
Octal4662121654601043374427
Binary1001101100101010001110101100110010001001101111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263251; }

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

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

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

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

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

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

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

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