#261C50

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

Shades of Paua #261C50

Tints of Paua #261C50

Color information

#261C50 (or 0x261C50) is unknown color: approx Paua. HEX triplet: 26, 1C and 50. RGB value is (38,28,80). Sum of RGB (Red+Green+Blue) = 38+28+80=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #261C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C50 is #D9E3AF. Grayscale: #242424. Windows color (decimal): -14279600 or 5250086. OLE color: 5250086.

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

Color convert

RGB382880-
CMYK0.520.6500.69
HSL251.54º48.15%21.18%-
HSV(B)251.54º65%31.37%-
XYZ2.661.827.8-
YUV36.92152.31128.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=26.03%
G=19.18%
B=54.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3828800.520.6500.69251.5448.1521.18
Hex261C503441045fc3015
Octal46341206410101053746025
Binary1001101110010100001101001000001010001011111110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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