#261f58

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

Shades of Paua #261F58

Tints of Paua #261F58

Color information

#261F58 (or 0x261F58) is unknown color: approx Paua. HEX triplet: 26, 1F and 58. RGB value is (38,31,88). Sum of RGB (Red+Green+Blue) = 38+31+88=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #261F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F58 is #D9E0A7. Grayscale: #272727. Windows color (decimal): -14278824 or 5775142. OLE color: 5775142.

HSL color Cylindrical-coordinate representation of color #261F58: hue angle of 247.37º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261F58 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB383188-
CMYK0.570.6500.65
HSL247.37º47.9%23.33%-
HSV(B)247.37º64.77%34.51%-
XYZ3.052.19.48-
YUV39.59155.32126.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=24.20%
G=19.75%
B=56.05%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3831880.570.6500.65247.3747.923.33
Hex261F583941041f73017
Octal46371307110101013676027
Binary1001101111110110001110011000001010000011111011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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