#251D58

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

Shades of Paua #251D58

Tints of Paua #251D58

Color information

#251D58 (or 0x251D58) is unknown color: approx Paua. HEX triplet: 25, 1D and 58. RGB value is (37,29,88). Sum of RGB (Red+Green+Blue) = 37+29+88=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #251D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D58 is #DAE2A7. Grayscale: #252525. Windows color (decimal): -14344872 or 5774629. OLE color: 5774629.

HSL color Cylindrical-coordinate representation of color #251D58: hue angle of 248.14º degrees, saturation: 0.5, 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 #251D58 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372988-
CMYK0.580.6700.65
HSL248.14º50.43%22.94%-
HSV(B)248.14º67.05%34.51%-
XYZ2.961.989.46-
YUV38.12156.15127.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 88 (34.77% from 255) = 57.14%
R=24.03%
G=18.83%
B=57.14%

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
Decimal3729880.580.6700.65248.1450.4322.94
Hex251D583A43041f83217
Octal45351307210301013706227
Binary1001011110110110001110101000011010000011111100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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