#26205E

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

Shades of Paua #26205E

Tints of Paua #26205E

Color information

#26205E (or 0x26205E) is unknown color: approx Paua. HEX triplet: 26, 20 and 5E. RGB value is (38,32,94). Sum of RGB (Red+Green+Blue) = 38+32+94=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #26205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26205E is #D9DFA1. Grayscale: #282828. Windows color (decimal): -14278562 or 6168614. OLE color: 6168614.

HSL color Cylindrical-coordinate representation of color #26205E: hue angle of 245.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26205E is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB383294-
CMYK0.600.6600.63
HSL245.81º49.21%24.71%-
HSV(B)245.81º65.96%36.86%-
XYZ3.342.2510.85-
YUV40.86157.99125.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=23.17%
G=19.51%
B=57.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3832940.600.6600.63245.8149.2124.71
Hex26205E3C4203Ff63119
Octal4640136741020773666131
Binary1001101000001011110111100100001001111111111011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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