#261B57

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

Shades of Paua #261B57

Tints of Paua #261B57

Color information

#261B57 (or 0x261B57) is unknown color: approx Paua. HEX triplet: 26, 1B and 57. RGB value is (38,27,87). Sum of RGB (Red+Green+Blue) = 38+27+87=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 27 (10.94% from 255 or 17.76% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #261B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B57 is #D9E4A8. Grayscale: #242424. Windows color (decimal): -14279849 or 5708582. OLE color: 5708582.

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

Color convert

RGB382787-
CMYK0.560.6900.66
HSL251º52.63%22.35%-
HSV(B)251º68.97%34.12%-
XYZ2.911.889.23-
YUV37.13156.14128.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 17.76%
BLUE value IS 87 (34.38% from 255) = 57.24%
R=25%
G=17.76%
B=57.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3827870.560.6900.6625152.6322.35
Hex261B573845042fb3516
Octal46331277010501023736526
Binary1001101101110101111110001000101010000101111101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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