#26215D

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

Shades of Paua #26215D

Tints of Paua #26215D

Color information

#26215D (or 0x26215D) is unknown color: approx Paua. HEX triplet: 26, 21 and 5D. RGB value is (38,33,93). Sum of RGB (Red+Green+Blue) = 38+33+93=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #26215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26215D is #D9DEA2. Grayscale: #292929. Windows color (decimal): -14278307 or 6103334. OLE color: 6103334.

HSL color Cylindrical-coordinate representation of color #26215D: hue angle of 245º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26215D is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB383393-
CMYK0.590.6500.64
HSL245º47.62%24.71%-
HSV(B)245º64.52%36.47%-
XYZ3.322.2910.62-
YUV41.33157.16125.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=23.17%
G=20.12%
B=56.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3833930.590.6500.6424547.6224.71
Hex26215D3B41040f53019
Octal46411357310101003656031
Binary10011010000110111011110111000001010000001111010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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