#251E52

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

Shades of Paua #251E52

Tints of Paua #251E52

Color information

#251E52 (or 0x251E52) is unknown color: approx Paua. HEX triplet: 25, 1E and 52. RGB value is (37,30,82). Sum of RGB (Red+Green+Blue) = 37+30+82=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #251E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251E52 is #DAE1AD. Grayscale: #252525. Windows color (decimal): -14344622 or 5381669. OLE color: 5381669.

HSL color Cylindrical-coordinate representation of color #251E52: hue angle of 248.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #251E52 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB373082-
CMYK0.550.6300.68
HSL248.08º46.43%21.96%-
HSV(B)248.08º63.41%32.16%-
XYZ2.751.938.21-
YUV38.02152.82127.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 82 (32.42% from 255) = 55.03%
R=24.83%
G=20.13%
B=55.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3730820.550.6300.68248.0846.4321.96
Hex251E52373F044f82e16
Octal4536122677701043705626
Binary100101111101010010110111111111010001001111100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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