#26155B

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

Shades of Paua #26155B

Tints of Paua #26155B

Color information

#26155B (or 0x26155B) is unknown color: approx Paua. HEX triplet: 26, 15 and 5B. RGB value is (38,21,91). Sum of RGB (Red+Green+Blue) = 38+21+91=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #26155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26155B is #D9EAA4. Grayscale: #212121. Windows color (decimal): -14281381 or 5969190. OLE color: 5969190.

HSL color Cylindrical-coordinate representation of color #26155B: hue angle of 254.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26155B is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382191-
CMYK0.580.7700.64
HSL254.57º62.5%21.96%-
HSV(B)254.57º76.92%35.69%-
XYZ2.961.710.07-
YUV34.06160.13130.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=25.33%
G=14%
B=60.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3821910.580.7700.64254.5762.521.96
Hex26155B3A4D040ff3e16
Octal46251337211501003777626
Binary1001101010110110111110101001101010000001111111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,21,91); }

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

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

 a { background-color: rgb(38,21,91); }

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

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

 span { border-color: rgb(38,21,91); }

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