#26215A

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

Shades of Paua #26215A

Tints of Paua #26215A

Color information

#26215A (or 0x26215A) is unknown color: approx Paua. HEX triplet: 26, 21 and 5A. RGB value is (38,33,90). Sum of RGB (Red+Green+Blue) = 38+33+90=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #26215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26215A is #D9DEA5. Grayscale: #282828. Windows color (decimal): -14278310 or 5906726. OLE color: 5906726.

HSL color Cylindrical-coordinate representation of color #26215A: hue angle of 245.26º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26215A is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB383390-
CMYK0.580.6300.65
HSL245.26º46.34%24.12%-
HSV(B)245.26º63.33%35.29%-
XYZ3.192.249.94-
YUV40.99155.66125.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 90 (35.55% from 255) = 55.90%
R=23.60%
G=20.50%
B=55.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3833900.580.6300.65245.2646.3424.12
Hex26215A3A3F041f52e18
Octal4641132727701013655630
Binary1001101000011011010111010111111010000011111010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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