#262559

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

Shades of Paua #262559

Tints of Paua #262559

Color information

#262559 (or 0x262559) is unknown color: approx Paua. HEX triplet: 26, 25 and 59. RGB value is (38,37,89). Sum of RGB (Red+Green+Blue) = 38+37+89=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #262559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262559 is #D9DAA6. Grayscale: #2B2B2B. Windows color (decimal): -14277287 or 5842214. OLE color: 5842214.

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

Color convert

RGB383789-
CMYK0.570.5800.65
HSL241.15º41.27%24.71%-
HSV(B)241.15º58.43%34.9%-
XYZ3.262.469.75-
YUV43.23153.83124.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 37 (14.84% from 255) = 22.56%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=23.17%
G=22.56%
B=54.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3837890.570.5800.65241.1541.2724.71
Hex262559393A041f12919
Octal4645131717201013615131
Binary1001101001011011001111001111010010000011111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262559; }

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

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

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

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

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

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

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

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