#251F48

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

Shades of Paua #251F48

Tints of Paua #251F48

Color information

#251F48 (or 0x251F48) is unknown color: approx Paua. HEX triplet: 25, 1F and 48. RGB value is (37,31,72). Sum of RGB (Red+Green+Blue) = 37+31+72=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #251F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251F48 is #DAE0B7. Grayscale: #252525. Windows color (decimal): -14344376 or 4726565. OLE color: 4726565.

HSL color Cylindrical-coordinate representation of color #251F48: hue angle of 248.78º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251F48 is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373172-
CMYK0.490.5700.72
HSL248.78º39.81%20.2%-
HSV(B)248.78º56.94%28.24%-
XYZ2.421.846.36-
YUV37.47147.49127.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=26.43%
G=22.14%
B=51.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3731720.490.5700.72248.7839.8120.2
Hex251F483139048f92814
Octal4537110617101103715024
Binary100101111111001000110001111001010010001111100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,31,72); }

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

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

 a { background-color: rgb(37,31,72); }

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

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

 span { border-color: rgb(37,31,72); }

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