#261F47

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

Shades of Paua #261F47

Tints of Paua #261F47

Color information

#261F47 (or 0x261F47) is unknown color: approx Paua. HEX triplet: 26, 1F and 47. RGB value is (38,31,71). Sum of RGB (Red+Green+Blue) = 38+31+71=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #261F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F47 is #D9E0B8. Grayscale: #252525. Windows color (decimal): -14278841 or 4661030. OLE color: 4661030.

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

Color convert

RGB383171-
CMYK0.460.5600.72
HSL250.5º39.22%20%-
HSV(B)250.5º56.34%27.84%-
XYZ2.431.856.19-
YUV37.65146.82128.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=27.14%
G=22.14%
B=50.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3831710.460.5600.72250.539.2220
Hex261F472E38048fa2714
Octal4637107567001103724724
Binary100110111111000111101110111000010010001111101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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