#26204C

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

Shades of Paua #26204C

Tints of Paua #26204C

Color information

#26204C (or 0x26204C) is unknown color: approx Paua. HEX triplet: 26, 20 and 4C. RGB value is (38,32,76). Sum of RGB (Red+Green+Blue) = 38+32+76=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #26204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26204C is #D9DFB3. Grayscale: #262626. Windows color (decimal): -14278580 or 4988966. OLE color: 4988966.

HSL color Cylindrical-coordinate representation of color #26204C: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26204C is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB383276-
CMYK0.50.5800.70
HSL248.18º40.74%21.18%-
HSV(B)248.18º57.89%29.8%-
XYZ2.621.977.08-
YUV38.81148.99127.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 76 (30.08% from 255) = 52.05%
R=26.03%
G=21.92%
B=52.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3832760.50.5800.70248.1840.7421.18
Hex26204C323A046f82915
Octal4640114627201063705125
Binary1001101000001001100110010111010010001101111100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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