#261957

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

Shades of Paua #261957

Tints of Paua #261957

Color information

#261957 (or 0x261957) is unknown color: approx Paua. HEX triplet: 26, 19 and 57. RGB value is (38,25,87). Sum of RGB (Red+Green+Blue) = 38+25+87=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #261957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261957 is #D9E6A8. Grayscale: #232323. Windows color (decimal): -14280361 or 5708070. OLE color: 5708070.

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

Color convert

RGB382587-
CMYK0.560.7100.66
HSL252.58º55.36%21.96%-
HSV(B)252.58º71.26%34.12%-
XYZ2.871.89.21-
YUV35.96156.81129.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 87 (34.38% from 255) = 58%
R=25.33%
G=16.67%
B=58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3825870.560.7100.66252.5855.3621.96
Hex2619573847042fd3716
Octal46311277010701023756726
Binary1001101100110101111110001000111010000101111110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261957; }

 p { color: rgb(38,25,87); }

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

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

 a { background-color: rgb(38,25,87); }

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

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

 span { border-color: rgb(38,25,87); }

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