#262259

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

Shades of Paua #262259

Tints of Paua #262259

Color information

#262259 (or 0x262259) is unknown color: approx Paua. HEX triplet: 26, 22 and 59. RGB value is (38,34,89). Sum of RGB (Red+Green+Blue) = 38+34+89=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #262259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262259 is #D9DDA6. Grayscale: #292929. Windows color (decimal): -14278055 or 5841446. OLE color: 5841446.

HSL color Cylindrical-coordinate representation of color #262259: hue angle of 244.36º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262259 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB383489-
CMYK0.570.6200.65
HSL244.36º44.72%24.12%-
HSV(B)244.36º61.8%34.9%-
XYZ3.172.289.72-
YUV41.47154.83125.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.60%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=23.60%
G=21.12%
B=55.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3834890.570.6200.65244.3644.7224.12
Hex262259393E041f42d18
Octal4642131717601013645530
Binary1001101000101011001111001111110010000011111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262259; }

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

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

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

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

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

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

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

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