#26334D

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

Shades of Bunting #26334D

Tints of Bunting #26334D

Color information

#26334D (or 0x26334D) is unknown color: approx Bunting. HEX triplet: 26, 33 and 4D. RGB value is (38,51,77). Sum of RGB (Red+Green+Blue) = 38+51+77=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #26334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26334D is #D9CCB2. Grayscale: #313131. Windows color (decimal): -14273715 or 5059366. OLE color: 5059366.

HSL color Cylindrical-coordinate representation of color #26334D: hue angle of 220º 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 #26334D is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB385177-
CMYK0.510.3400.70
HSL220º33.91%22.55%-
HSV(B)220º50.65%30.2%-
XYZ3.323.327.49-
YUV50.08143.19119.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 77 (30.47% from 255) = 46.39%
R=22.89%
G=30.72%
B=46.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3851770.510.3400.7022033.9122.55
Hex26334D3322046dc2217
Octal4663115634201063344227
Binary1001101100111001101110011100010010001101101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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