#262051

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

Shades of Paua #262051

Tints of Paua #262051

Color information

#262051 (or 0x262051) is unknown color: approx Paua. HEX triplet: 26, 20 and 51. RGB value is (38,32,81). Sum of RGB (Red+Green+Blue) = 38+32+81=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #262051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262051 is #D9DFAE. Grayscale: #272727. Windows color (decimal): -14278575 or 5316646. OLE color: 5316646.

HSL color Cylindrical-coordinate representation of color #262051: hue angle of 247.35º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262051 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB383281-
CMYK0.530.6000.68
HSL247.35º43.36%22.16%-
HSV(B)247.35º60.49%31.76%-
XYZ2.82.048.03-
YUV39.38151.49127.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 81 (32.03% from 255) = 53.64%
R=25.17%
G=21.19%
B=53.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3832810.530.6000.68247.3543.3622.16
Hex262051353C044f72b16
Octal4640121657401043675326
Binary1001101000001010001110101111100010001001111011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262051; }

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

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

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

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

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

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

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

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