#261855

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

Shades of Paua #261855

Tints of Paua #261855

Color information

#261855 (or 0x261855) is unknown color: approx Paua. HEX triplet: 26, 18 and 55. RGB value is (38,24,85). Sum of RGB (Red+Green+Blue) = 38+24+85=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #261855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261855 is #D9E7AA. Grayscale: #222222. Windows color (decimal): -14280619 or 5576742. OLE color: 5576742.

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

Color convert

RGB382485-
CMYK0.550.7200.67
HSL253.77º55.96%21.37%-
HSV(B)253.77º71.76%33.33%-
XYZ2.771.728.78-
YUV35.14156.14130.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 85 (33.59% from 255) = 57.82%
R=25.85%
G=16.33%
B=57.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3824850.550.7200.67253.7755.9621.37
Hex2618553748043fe3815
Octal46301256711001033767025
Binary1001101100010101011101111001000010000111111111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261855; }

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

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

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

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

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

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

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

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