#26215B

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

Shades of Paua #26215B

Tints of Paua #26215B

Color information

#26215B (or 0x26215B) is unknown color: approx Paua. HEX triplet: 26, 21 and 5B. RGB value is (38,33,91). Sum of RGB (Red+Green+Blue) = 38+33+91=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #26215B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26215B is #D9DEA4. Grayscale: #282828. Windows color (decimal): -14278309 or 5972262. OLE color: 5972262.

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

Color convert

RGB383391-
CMYK0.580.6400.64
HSL245.17º46.77%24.31%-
HSV(B)245.17º63.74%35.69%-
XYZ3.232.2610.16-
YUV41.11156.16125.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=23.46%
G=20.37%
B=56.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3833910.580.6400.64245.1746.7724.31
Hex26215B3A40040f52f18
Octal46411337210001003655730
Binary10011010000110110111110101000000010000001111010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26215B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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