#261C54

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

Shades of Paua #261C54

Tints of Paua #261C54

Color information

#261C54 (or 0x261C54) is unknown color: approx Paua. HEX triplet: 26, 1C and 54. RGB value is (38,28,84). Sum of RGB (Red+Green+Blue) = 38+28+84=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #261C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C54 is #D9E3AB. Grayscale: #252525. Windows color (decimal): -14279596 or 5512230. OLE color: 5512230.

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

Color convert

RGB382884-
CMYK0.550.6700.67
HSL250.71º50%21.96%-
HSV(B)250.71º66.67%32.94%-
XYZ2.811.888.6-
YUV37.37154.31128.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 28 (11.33% from 255) = 18.67%
BLUE value IS 84 (33.20% from 255) = 56%
R=25.33%
G=18.67%
B=56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3828840.550.6700.67250.715021.96
Hex261C543743043fb3216
Octal46341246710301033736226
Binary1001101110010101001101111000011010000111111101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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