#262356

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

Shades of Paua #262356

Tints of Paua #262356

Color information

#262356 (or 0x262356) is unknown color: approx Paua. HEX triplet: 26, 23 and 56. RGB value is (38,35,86). Sum of RGB (Red+Green+Blue) = 38+35+86=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #262356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262356 is #D9DCA9. Grayscale: #292929. Windows color (decimal): -14277802 or 5645094. OLE color: 5645094.

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

Color convert

RGB383586-
CMYK0.560.5900.66
HSL243.53º42.15%23.73%-
HSV(B)243.53º59.3%33.73%-
XYZ3.082.299.08-
YUV41.71152.99125.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 86 (33.98% from 255) = 54.09%
R=23.90%
G=22.01%
B=54.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3835860.560.5900.66243.5342.1523.73
Hex262356383B042f42a18
Octal4643126707301023645230
Binary1001101000111010110111000111011010000101111010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262356; }

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

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

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

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

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

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

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

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