#251E5B

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

Shades of Paua #251E5B

Tints of Paua #251E5B

Color information

#251E5B (or 0x251E5B) is unknown color: approx Paua. HEX triplet: 25, 1E and 5B. RGB value is (37,30,91). Sum of RGB (Red+Green+Blue) = 37+30+91=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #251E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E5B is #DAE1A4. Grayscale: #262626. Windows color (decimal): -14344613 or 5971493. OLE color: 5971493.

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

Color convert

RGB373091-
CMYK0.590.6700.64
HSL246.89º50.41%23.73%-
HSV(B)246.89º67.03%35.69%-
XYZ3.122.0810.13-
YUV39.05157.32126.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 30 (12.11% from 255) = 18.99%
BLUE value IS 91 (35.94% from 255) = 57.59%
R=23.42%
G=18.99%
B=57.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3730910.590.6700.64246.8950.4123.73
Hex251E5B3B43040f73218
Octal45361337310301003676230
Binary1001011111010110111110111000011010000001111011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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