#261F53

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

Shades of Paua #261F53

Tints of Paua #261F53

Color information

#261F53 (or 0x261F53) is unknown color: approx Paua. HEX triplet: 26, 1F and 53. RGB value is (38,31,83). Sum of RGB (Red+Green+Blue) = 38+31+83=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #261F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261F53 is #D9E0AC. Grayscale: #262626. Windows color (decimal): -14278829 or 5447462. OLE color: 5447462.

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

Color convert

RGB383183-
CMYK0.540.6300.67
HSL248.08º45.61%22.35%-
HSV(B)248.08º62.65%32.55%-
XYZ2.852.028.42-
YUV39.02152.82127.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=25%
G=20.39%
B=54.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3831830.540.6300.67248.0845.6122.35
Hex261F53363F043f82e16
Octal4637123667701033705626
Binary100110111111010011110110111111010000111111100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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