#251E50

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

Shades of Paua #251E50

Tints of Paua #251E50

Color information

#251E50 (or 0x251E50) is unknown color: approx Paua. HEX triplet: 25, 1E and 50. RGB value is (37,30,80). Sum of RGB (Red+Green+Blue) = 37+30+80=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #251E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E50 is #DAE1AF. Grayscale: #252525. Windows color (decimal): -14344624 or 5250597. OLE color: 5250597.

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

Color convert

RGB373080-
CMYK0.540.6200.69
HSL248.4º45.45%21.57%-
HSV(B)248.4º62.5%31.37%-
XYZ2.681.97.82-
YUV37.79151.82127.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=25.17%
G=20.41%
B=54.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3730800.540.6200.69248.445.4521.57
Hex251E50363E045f82d16
Octal4536120667601053705526
Binary100101111101010000110110111110010001011111100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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