#261755

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

Shades of Paua #261755

Tints of Paua #261755

Color information

#261755 (or 0x261755) is unknown color: approx Paua. HEX triplet: 26, 17 and 55. RGB value is (38,23,85). Sum of RGB (Red+Green+Blue) = 38+23+85=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #261755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261755 is #D9E8AA. Grayscale: #222222. Windows color (decimal): -14280875 or 5576486. OLE color: 5576486.

HSL color Cylindrical-coordinate representation of color #261755: hue angle of 254.52º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261755 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB382385-
CMYK0.550.7300.67
HSL254.52º57.41%21.18%-
HSV(B)254.52º72.94%33.33%-
XYZ2.751.688.77-
YUV34.55156.47130.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=26.03%
G=15.75%
B=58.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3823850.550.7300.67254.5257.4121.18
Hex2617553749043ff3915
Octal46271256711101033777125
Binary1001101011110101011101111001001010000111111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261755; }

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

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

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

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

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

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

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

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