#251C51

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

Shades of Paua #251C51

Tints of Paua #251C51

Color information

#251C51 (or 0x251C51) is unknown color: approx Paua. HEX triplet: 25, 1C and 51. RGB value is (37,28,81). Sum of RGB (Red+Green+Blue) = 37+28+81=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #251C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251C51 is #DAE3AE. Grayscale: #242424. Windows color (decimal): -14345135 or 5315621. OLE color: 5315621.

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

Color convert

RGB372881-
CMYK0.540.6500.68
HSL250.19º48.62%21.37%-
HSV(B)250.19º65.43%31.76%-
XYZ2.661.828-
YUV36.73152.98128.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 81 (32.03% from 255) = 55.48%
R=25.34%
G=19.18%
B=55.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3728810.540.6500.68250.1948.6221.37
Hex251C513641044fa3115
Octal45341216610101043726125
Binary1001011110010100011101101000001010001001111101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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