#26204E

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

Shades of Paua #26204E

Tints of Paua #26204E

Color information

#26204E (or 0x26204E) is unknown color: approx Paua. HEX triplet: 26, 20 and 4E. RGB value is (38,32,78). Sum of RGB (Red+Green+Blue) = 38+32+78=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #26204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26204E is #D9DFB1. Grayscale: #262626. Windows color (decimal): -14278578 or 5120038. OLE color: 5120038.

HSL color Cylindrical-coordinate representation of color #26204E: hue angle of 247.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26204E is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383278-
CMYK0.510.5900.69
HSL247.83º41.82%21.57%-
HSV(B)247.83º58.97%30.59%-
XYZ2.6927.45-
YUV39.04149.99127.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 78 (30.86% from 255) = 52.70%
R=25.68%
G=21.62%
B=52.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3832780.510.5900.69247.8341.8221.57
Hex26204E333B045f82a16
Octal4640116637301053705226
Binary1001101000001001110110011111011010001011111100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26204E; }

 p { color: rgb(38,32,78); }

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

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

 a { background-color: rgb(38,32,78); }

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

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

 span { border-color: rgb(38,32,78); }

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