#251F4E

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

Shades of Paua #251F4E

Tints of Paua #251F4E

Color information

#251F4E (or 0x251F4E) is unknown color: approx Paua. HEX triplet: 25, 1F and 4E. RGB value is (37,31,78). Sum of RGB (Red+Green+Blue) = 37+31+78=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 78 (30.86% from 255 or 53.42% from 146); Max value from RGB is 78 - color contains mainly: blue. Hex color #251F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251F4E is #DAE0B1. Grayscale: #252525. Windows color (decimal): -14344370 or 5119781. OLE color: 5119781.

HSL color Cylindrical-coordinate representation of color #251F4E: hue angle of 247.66º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #251F4E is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373178-
CMYK0.530.6000.69
HSL247.66º43.12%21.37%-
HSV(B)247.66º60.26%30.59%-
XYZ2.631.927.44-
YUV38.15150.49127.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 78 (30.86% from 255) = 53.42%
R=25.34%
G=21.23%
B=53.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3731780.530.6000.69247.6643.1221.37
Hex251F4E353C045f82b15
Octal4537116657401053705325
Binary100101111111001110110101111100010001011111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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