#251D59

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

Shades of Paua #251D59

Tints of Paua #251D59

Color information

#251D59 (or 0x251D59) is unknown color: approx Paua. HEX triplet: 25, 1D and 59. RGB value is (37,29,89). Sum of RGB (Red+Green+Blue) = 37+29+89=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #251D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D59 is #DAE2A6. Grayscale: #262626. Windows color (decimal): -14344871 or 5840165. OLE color: 5840165.

HSL color Cylindrical-coordinate representation of color #251D59: hue angle of 248º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251D59 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372989-
CMYK0.580.6700.65
HSL248º50.85%23.14%-
HSV(B)248º67.42%34.9%-
XYZ3.011.999.68-
YUV38.23156.65127.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=23.87%
G=18.71%
B=57.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3729890.580.6700.6524850.8523.14
Hex251D593A43041f83317
Octal45351317210301013706327
Binary1001011110110110011110101000011010000011111100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,29,89); }

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

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

 a { background-color: rgb(37,29,89); }

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

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

 span { border-color: rgb(37,29,89); }

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