#251A51

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

Shades of Paua #251A51

Tints of Paua #251A51

Color information

#251A51 (or 0x251A51) is unknown color: approx Paua. HEX triplet: 25, 1A and 51. RGB value is (37,26,81). Sum of RGB (Red+Green+Blue) = 37+26+81=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #251A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A51 is #DAE5AE. Grayscale: #232323. Windows color (decimal): -14345647 or 5315109. OLE color: 5315109.

HSL color Cylindrical-coordinate representation of color #251A51: hue angle of 252º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #251A51 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB372681-
CMYK0.540.6800.68
HSL252º51.4%20.98%-
HSV(B)252º67.9%31.76%-
XYZ2.621.737.98-
YUV35.56153.64129.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 81 (32.03% from 255) = 56.25%
R=25.69%
G=18.06%
B=56.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3726810.540.6800.6825251.420.98
Hex251A513644044fc3315
Octal45321216610401043746325
Binary1001011101010100011101101000100010001001111110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251A51; }

 p { color: rgb(37,26,81); }

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

<style>
 a { background-color: #251A51; }

 a { background-color: rgb(37,26,81); }

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

<style>
 span { border-color: #251A51; }

 span { border-color: rgb(37,26,81); }

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