#26225B

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

Shades of Paua #26225B

Tints of Paua #26225B

Color information

#26225B (or 0x26225B) is unknown color: approx Paua. HEX triplet: 26, 22 and 5B. RGB value is (38,34,91). Sum of RGB (Red+Green+Blue) = 38+34+91=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #26225B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26225B is #D9DDA4. Grayscale: #292929. Windows color (decimal): -14278053 or 5972518. OLE color: 5972518.

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

Color convert

RGB383491-
CMYK0.580.6300.64
HSL244.21º45.6%24.51%-
HSV(B)244.21º62.64%35.69%-
XYZ3.262.3110.17-
YUV41.69155.83125.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=23.31%
G=20.86%
B=55.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3834910.580.6300.64244.2145.624.51
Hex26225B3A3F040f42e19
Octal4642133727701003645631
Binary1001101000101011011111010111111010000001111010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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