#261955

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

Shades of Paua #261955

Tints of Paua #261955

Color information

#261955 (or 0x261955) is unknown color: approx Paua. HEX triplet: 26, 19 and 55. RGB value is (38,25,85). Sum of RGB (Red+Green+Blue) = 38+25+85=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #261955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261955 is #D9E6AA. Grayscale: #232323. Windows color (decimal): -14280363 or 5576998. OLE color: 5576998.

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

Color convert

RGB382585-
CMYK0.550.7100.67
HSL253º54.55%21.57%-
HSV(B)253º70.59%33.33%-
XYZ2.791.768.79-
YUV35.73155.81129.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=25.68%
G=16.89%
B=57.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3825850.550.7100.6725354.5521.57
Hex2619553747043fd3716
Octal46311256710701033756726
Binary1001101100110101011101111000111010000111111110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261955; }

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

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

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

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

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

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

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

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