#26234A

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

Shades of Paua #26234A

Tints of Paua #26234A

Color information

#26234A (or 0x26234A) is unknown color: approx Paua. HEX triplet: 26, 23 and 4A. RGB value is (38,35,74). Sum of RGB (Red+Green+Blue) = 38+35+74=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #26234A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26234A is #D9DCB5. Grayscale: #282828. Windows color (decimal): -14277814 or 4858662. OLE color: 4858662.

HSL color Cylindrical-coordinate representation of color #26234A: hue angle of 244.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26234A is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB383574-
CMYK0.490.5300.71
HSL244.62º35.78%21.37%-
HSV(B)244.62º52.7%29.02%-
XYZ2.642.116.75-
YUV40.34146.99126.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=25.85%
G=23.81%
B=50.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3835740.490.5300.71244.6235.7821.37
Hex26234A3135047f52415
Octal4643112616501073654425
Binary1001101000111001010110001110101010001111111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,35,74); }

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

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

 a { background-color: rgb(38,35,74); }

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

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

 span { border-color: rgb(38,35,74); }

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