#251956

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

Shades of Paua #251956

Tints of Paua #251956

Color information

#251956 (or 0x251956) is unknown color: approx Paua. HEX triplet: 25, 19 and 56. RGB value is (37,25,86). Sum of RGB (Red+Green+Blue) = 37+25+86=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #251956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251956 is #DAE6A9. Grayscale: #232323. Windows color (decimal): -14345898 or 5642533. OLE color: 5642533.

HSL color Cylindrical-coordinate representation of color #251956: hue angle of 251.8º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #251956 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB372586-
CMYK0.570.7100.66
HSL251.8º54.95%21.76%-
HSV(B)251.8º70.93%33.73%-
XYZ2.791.769-
YUV35.54156.48129.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=25%
G=16.89%
B=58.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3725860.570.7100.66251.854.9521.76
Hex2519563947042fc3716
Octal45311267110701023746726
Binary1001011100110101101110011000111010000101111110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251956; }

 p { color: rgb(37,25,86); }

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

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

 a { background-color: rgb(37,25,86); }

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

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

 span { border-color: rgb(37,25,86); }

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