#261859

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

Shades of Paua #261859

Tints of Paua #261859

Color information

#261859 (or 0x261859) is unknown color: approx Paua. HEX triplet: 26, 18 and 59. RGB value is (38,24,89). Sum of RGB (Red+Green+Blue) = 38+24+89=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #261859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261859 is #D9E7A6. Grayscale: #232323. Windows color (decimal): -14280615 or 5838886. OLE color: 5838886.

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

Color convert

RGB382489-
CMYK0.570.7300.65
HSL252.92º57.52%22.16%-
HSV(B)252.92º73.03%34.9%-
XYZ2.931.799.64-
YUV35.6158.14129.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 89 (35.16% from 255) = 58.94%
R=25.17%
G=15.89%
B=58.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3824890.570.7300.65252.9257.5222.16
Hex2618593949041fd3a16
Octal46301317111101013757226
Binary1001101100010110011110011001001010000011111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261859; }

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

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

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

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

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

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

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

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