#261F48

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

Shades of Paua #261F48

Tints of Paua #261F48

Color information

#261F48 (or 0x261F48) is unknown color: approx Paua. HEX triplet: 26, 1F and 48. RGB value is (38,31,72). Sum of RGB (Red+Green+Blue) = 38+31+72=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #261F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F48 is #D9E0B7. Grayscale: #252525. Windows color (decimal): -14278840 or 4726566. OLE color: 4726566.

HSL color Cylindrical-coordinate representation of color #261F48: hue angle of 250.24º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261F48 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB383172-
CMYK0.470.5700.72
HSL250.24º39.81%20.2%-
HSV(B)250.24º56.94%28.24%-
XYZ2.461.866.36-
YUV37.77147.32128.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=26.95%
G=21.99%
B=51.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3831720.470.5700.72250.2439.8120.2
Hex261F482F39048fa2814
Octal4637110577101103725024
Binary100110111111001000101111111001010010001111101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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