#251A5B

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

Shades of Paua #251A5B

Tints of Paua #251A5B

Color information

#251A5B (or 0x251A5B) is unknown color: approx Paua. HEX triplet: 25, 1A and 5B. RGB value is (37,26,91). Sum of RGB (Red+Green+Blue) = 37+26+91=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #251A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A5B is #DAE5A4. Grayscale: #242424. Windows color (decimal): -14345637 or 5970469. OLE color: 5970469.

HSL color Cylindrical-coordinate representation of color #251A5B: hue angle of 250.15º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #251A5B is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB372691-
CMYK0.590.7100.64
HSL250.15º55.56%22.94%-
HSV(B)250.15º71.43%35.69%-
XYZ3.021.8910.1-
YUV36.7158.64128.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 91 (35.94% from 255) = 59.09%
R=24.03%
G=16.88%
B=59.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3726910.590.7100.64250.1555.5622.94
Hex251A5B3B47040fa3817
Octal45321337310701003727027
Binary1001011101010110111110111000111010000001111101011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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