#261F50

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

Shades of Paua #261F50

Tints of Paua #261F50

Color information

#261F50 (or 0x261F50) is unknown color: approx Paua. HEX triplet: 26, 1F and 50. RGB value is (38,31,80). Sum of RGB (Red+Green+Blue) = 38+31+80=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #261F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F50 is #D9E0AF. Grayscale: #262626. Windows color (decimal): -14278832 or 5250854. OLE color: 5250854.

HSL color Cylindrical-coordinate representation of color #261F50: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #261F50 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383180-
CMYK0.520.6100.69
HSL248.57º44.14%21.76%-
HSV(B)248.57º61.25%31.37%-
XYZ2.741.977.83-
YUV38.68151.32127.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=25.50%
G=20.81%
B=53.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3831800.520.6100.69248.5744.1421.76
Hex261F50343D045f92c16
Octal4637120647501053715426
Binary100110111111010000110100111101010001011111100110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261F50; }

 p { color: rgb(38,31,80); }

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

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

 a { background-color: rgb(38,31,80); }

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

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

 span { border-color: rgb(38,31,80); }

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