#26304B

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

Shades of Bunting #26304B

Tints of Bunting #26304B

Color information

#26304B (or 0x26304B) is unknown color: approx Bunting. HEX triplet: 26, 30 and 4B. RGB value is (38,48,75). Sum of RGB (Red+Green+Blue) = 38+48+75=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #26304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26304B is #D9CFB4. Grayscale: #2F2F2F. Windows color (decimal): -14274485 or 4927526. OLE color: 4927526.

HSL color Cylindrical-coordinate representation of color #26304B: hue angle of 223.78º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #26304B is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB384875-
CMYK0.490.3600.71
HSL223.78º32.74%22.16%-
HSV(B)223.78º49.33%29.41%-
XYZ3.133.037.08-
YUV48.09143.19120.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 75 (29.69% from 255) = 46.58%
R=23.60%
G=29.81%
B=46.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3848750.490.3600.71223.7832.7422.16
Hex26304B3124047e02116
Octal4660113614401073404126
Binary1001101100001001011110001100100010001111110000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26304B; }

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

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

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

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

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

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

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

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