#251D56

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

Shades of Paua #251D56

Tints of Paua #251D56

Color information

#251D56 (or 0x251D56) is unknown color: approx Paua. HEX triplet: 25, 1D and 56. RGB value is (37,29,86). Sum of RGB (Red+Green+Blue) = 37+29+86=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 86 (33.98% from 255 or 56.58% from 152); Max value from RGB is 86 - color contains mainly: blue. Hex color #251D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251D56 is #DAE2A9. Grayscale: #252525. Windows color (decimal): -14344874 or 5643557. OLE color: 5643557.

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

Color convert

RGB372986-
CMYK0.570.6600.66
HSL248.42º49.57%22.55%-
HSV(B)248.42º66.28%33.73%-
XYZ2.881.949.03-
YUV37.89155.15127.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 86 (33.98% from 255) = 56.58%
R=24.34%
G=19.08%
B=56.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3729860.570.6600.66248.4249.5722.55
Hex251D563942042f83217
Octal45351267110201023706227
Binary1001011110110101101110011000010010000101111100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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