#251A53

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

Shades of Paua #251A53

Tints of Paua #251A53

Color information

#251A53 (or 0x251A53) is unknown color: approx Paua. HEX triplet: 25, 1A and 53. RGB value is (37,26,83). Sum of RGB (Red+Green+Blue) = 37+26+83=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #251A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A53 is #DAE5AC. Grayscale: #232323. Windows color (decimal): -14345645 or 5446181. OLE color: 5446181.

HSL color Cylindrical-coordinate representation of color #251A53: hue angle of 251.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251A53 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB372683-
CMYK0.550.6900.67
HSL251.58º52.29%21.37%-
HSV(B)251.58º68.67%32.55%-
XYZ2.691.768.38-
YUV35.79154.64128.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=25.34%
G=17.81%
B=56.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3726830.550.6900.67251.5852.2921.37
Hex251A533745043fc3415
Octal45321236710501033746425
Binary1001011101010100111101111000101010000111111110011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,26,83); }

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

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

 a { background-color: rgb(37,26,83); }

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

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

 span { border-color: rgb(37,26,83); }

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