#262256

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

Shades of Paua #262256

Tints of Paua #262256

Color information

#262256 (or 0x262256) is unknown color: approx Paua. HEX triplet: 26, 22 and 56. RGB value is (38,34,86). Sum of RGB (Red+Green+Blue) = 38+34+86=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #262256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262256 is #D9DDA9. Grayscale: #282828. Windows color (decimal): -14278058 or 5644838. OLE color: 5644838.

HSL color Cylindrical-coordinate representation of color #262256: hue angle of 244.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262256 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB383486-
CMYK0.560.6000.66
HSL244.62º43.33%23.53%-
HSV(B)244.62º60.47%33.73%-
XYZ3.052.239.07-
YUV41.12153.33125.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=24.05%
G=21.52%
B=54.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3834860.560.6000.66244.6243.3323.53
Hex262256383C042f52b18
Octal4642126707401023655330
Binary1001101000101010110111000111100010000101111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262256; }

 p { color: rgb(38,34,86); }

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

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

 a { background-color: rgb(38,34,86); }

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

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

 span { border-color: rgb(38,34,86); }

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