#251E5A

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

Shades of Paua #251E5A

Tints of Paua #251E5A

Color information

#251E5A (or 0x251E5A) is unknown color: approx Paua. HEX triplet: 25, 1E and 5A. RGB value is (37,30,90). Sum of RGB (Red+Green+Blue) = 37+30+90=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #251E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E5A is #DAE1A5. Grayscale: #262626. Windows color (decimal): -14344614 or 5905957. OLE color: 5905957.

HSL color Cylindrical-coordinate representation of color #251E5A: hue angle of 247º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251E5A is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB373090-
CMYK0.590.6700.65
HSL247º50%23.53%-
HSV(B)247º66.67%35.29%-
XYZ3.072.069.91-
YUV38.93156.82126.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=23.57%
G=19.11%
B=57.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3730900.590.6700.652475023.53
Hex251E5A3B43041f73218
Octal45361327310301013676230
Binary1001011111010110101110111000011010000011111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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