#26255D

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

Shades of Paua #26255D

Tints of Paua #26255D

Color information

#26255D (or 0x26255D) is unknown color: approx Paua. HEX triplet: 26, 25 and 5D. RGB value is (38,37,93). Sum of RGB (Red+Green+Blue) = 38+37+93=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #26255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26255D is #D9DAA2. Grayscale: #2B2B2B. Windows color (decimal): -14277283 or 6104358. OLE color: 6104358.

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

Color convert

RGB383793-
CMYK0.590.6000.64
HSL241.07º43.08%25.49%-
HSV(B)241.07º60.22%36.47%-
XYZ3.442.5310.66-
YUV43.68155.83123.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=22.62%
G=22.02%
B=55.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3837930.590.6000.64241.0743.0825.49
Hex26255D3B3C040f12b19
Octal4645135737401003615331
Binary1001101001011011101111011111100010000001111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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