#251A4F

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

Shades of Paua #251A4F

Tints of Paua #251A4F

Color information

#251A4F (or 0x251A4F) is unknown color: approx Paua. HEX triplet: 25, 1A and 4F. RGB value is (37,26,79). Sum of RGB (Red+Green+Blue) = 37+26+79=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #251A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A4F is #DAE5B0. Grayscale: #232323. Windows color (decimal): -14345649 or 5184037. OLE color: 5184037.

HSL color Cylindrical-coordinate representation of color #251A4F: hue angle of 252.45º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251A4F is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB372679-
CMYK0.530.6700.69
HSL252.45º50.48%20.59%-
HSV(B)252.45º67.09%30.98%-
XYZ2.541.77.59-
YUV35.33152.64129.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=26.06%
G=18.31%
B=55.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3726790.530.6700.69252.4550.4820.59
Hex251A4F3543045fc3215
Octal45321176510301053746225
Binary1001011101010011111101011000011010001011111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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