#261C4F

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

Shades of Paua #261C4F

Tints of Paua #261C4F

Color information

#261C4F (or 0x261C4F) is unknown color: approx Paua. HEX triplet: 26, 1C and 4F. RGB value is (38,28,79). Sum of RGB (Red+Green+Blue) = 38+28+79=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #261C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261C4F is #D9E3B0. Grayscale: #242424. Windows color (decimal): -14279601 or 5184550. OLE color: 5184550.

HSL color Cylindrical-coordinate representation of color #261C4F: hue angle of 251.76º 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 #261C4F is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB382879-
CMYK0.520.6500.69
HSL251.76º47.66%20.98%-
HSV(B)251.76º64.56%30.98%-
XYZ2.631.817.61-
YUV36.8151.81128.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=26.21%
G=19.31%
B=54.48%

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
Decimal3828790.520.6500.69251.7647.6620.98
Hex261C4F3441045fc3015
Octal46341176410101053746025
Binary1001101110010011111101001000001010001011111110011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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