#261757

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

Shades of Paua #261757

Tints of Paua #261757

Color information

#261757 (or 0x261757) is unknown color: approx Paua. HEX triplet: 26, 17 and 57. RGB value is (38,23,87). Sum of RGB (Red+Green+Blue) = 38+23+87=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #261757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261757 is #D9E8A8. Grayscale: #222222. Windows color (decimal): -14280873 or 5707558. OLE color: 5707558.

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

Color convert

RGB382387-
CMYK0.560.7400.66
HSL254.06º58.18%21.57%-
HSV(B)254.06º73.56%34.12%-
XYZ2.831.719.2-
YUV34.78157.47130.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 87 (34.38% from 255) = 58.78%
R=25.68%
G=15.54%
B=58.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3823870.560.7400.66254.0658.1821.57
Hex261757384A042fe3a16
Octal46271277011201023767226
Binary1001101011110101111110001001010010000101111111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261757; }

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

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

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

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

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

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

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

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