#262056

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

Shades of Paua #262056

Tints of Paua #262056

Color information

#262056 (or 0x262056) is unknown color: approx Paua. HEX triplet: 26, 20 and 56. RGB value is (38,32,86). Sum of RGB (Red+Green+Blue) = 38+32+86=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #262056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262056 is #D9DFA9. Grayscale: #272727. Windows color (decimal): -14278570 or 5644326. OLE color: 5644326.

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

Color convert

RGB383286-
CMYK0.560.6300.66
HSL246.67º45.76%23.14%-
HSV(B)246.67º62.79%33.73%-
XYZ32.129.05-
YUV39.95153.99126.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=24.36%
G=20.51%
B=55.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3832860.560.6300.66246.6745.7623.14
Hex262056383F042f72e17
Octal4640126707701023675627
Binary1001101000001010110111000111111010000101111011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262056; }

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

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

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

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

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

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

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

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