#262046

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

Shades of Paua #262046

Tints of Paua #262046

Color information

#262046 (or 0x262046) is unknown color: approx Paua. HEX triplet: 26, 20 and 46. RGB value is (38,32,70). Sum of RGB (Red+Green+Blue) = 38+32+70=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #262046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262046 is #D9DFB9. Grayscale: #252525. Windows color (decimal): -14278586 or 4595750. OLE color: 4595750.

HSL color Cylindrical-coordinate representation of color #262046: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262046 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB383270-
CMYK0.460.5400.73
HSL249.47º37.25%20%-
HSV(B)249.47º54.29%27.45%-
XYZ2.421.896.03-
YUV38.13145.99127.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 70 (27.73% from 255) = 50%
R=27.14%
G=22.86%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3832700.460.5400.73249.4737.2520
Hex2620462E36049f92514
Octal4640106566601113714524
Binary1001101000001000110101110110110010010011111100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262046; }

 p { color: rgb(38,32,70); }

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

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

 a { background-color: rgb(38,32,70); }

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

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

 span { border-color: rgb(38,32,70); }

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