#26324D

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

Shades of Bunting #26324D

Tints of Bunting #26324D

Color information

#26324D (or 0x26324D) is unknown color: approx Bunting. HEX triplet: 26, 32 and 4D. RGB value is (38,50,77). Sum of RGB (Red+Green+Blue) = 38+50+77=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #26324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26324D is #D9CDB2. Grayscale: #313131. Windows color (decimal): -14273971 or 5059110. OLE color: 5059110.

HSL color Cylindrical-coordinate representation of color #26324D: hue angle of 221.54º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26324D is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB385077-
CMYK0.510.3500.70
HSL221.54º33.91%22.55%-
HSV(B)221.54º50.65%30.2%-
XYZ3.283.237.47-
YUV49.49143.52119.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=23.03%
G=30.30%
B=46.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3850770.510.3500.70221.5433.9122.55
Hex26324D3323046de2217
Octal4662115634301063364227
Binary1001101100101001101110011100011010001101101111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26324D; }

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

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

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

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

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

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

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

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