#26185C

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

Shades of Paua #26185C

Tints of Paua #26185C

Color information

#26185C (or 0x26185C) is unknown color: approx Paua. HEX triplet: 26, 18 and 5C. RGB value is (38,24,92). Sum of RGB (Red+Green+Blue) = 38+24+92=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #26185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26185C is #D9E7A3. Grayscale: #232323. Windows color (decimal): -14280612 or 6035494. OLE color: 6035494.

HSL color Cylindrical-coordinate representation of color #26185C: hue angle of 252.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26185C is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB382492-
CMYK0.590.7400.64
HSL252.35º58.62%22.75%-
HSV(B)252.35º73.91%36.08%-
XYZ3.061.8410.32-
YUV35.94159.64129.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 92 (36.33% from 255) = 59.74%
R=24.68%
G=15.58%
B=59.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3824920.590.7400.64252.3558.6222.75
Hex26185C3B4A040fc3b17
Octal46301347311201003747327
Binary1001101100010111001110111001010010000001111110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26185C; }

 p { color: rgb(38,24,92); }

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

<style>
 a { background-color: #26185C; }

 a { background-color: rgb(38,24,92); }

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

<style>
 span { border-color: #26185C; }

 span { border-color: rgb(38,24,92); }

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