#251F50

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

Shades of Paua #251F50

Tints of Paua #251F50

Color information

#251F50 (or 0x251F50) is unknown color: approx Paua. HEX triplet: 25, 1F and 50. RGB value is (37,31,80). Sum of RGB (Red+Green+Blue) = 37+31+80=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #251F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F50 is #DAE0AF. Grayscale: #262626. Windows color (decimal): -14344368 or 5250853. OLE color: 5250853.

HSL color Cylindrical-coordinate representation of color #251F50: hue angle of 247.35º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #251F50 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373180-
CMYK0.540.6100.69
HSL247.35º44.14%21.76%-
HSV(B)247.35º61.25%31.37%-
XYZ2.71.957.82-
YUV38.38151.49127.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=25%
G=20.95%
B=54.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3731800.540.6100.69247.3544.1421.76
Hex251F50363D045f72c16
Octal4537120667501053675426
Binary100101111111010000110110111101010001011111011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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