#251A4E

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

Shades of Paua #251A4E

Tints of Paua #251A4E

Color information

#251A4E (or 0x251A4E) is unknown color: approx Paua. HEX triplet: 25, 1A and 4E. RGB value is (37,26,78). Sum of RGB (Red+Green+Blue) = 37+26+78=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #251A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251A4E is #DAE5B1. Grayscale: #232323. Windows color (decimal): -14345650 or 5118501. OLE color: 5118501.

HSL color Cylindrical-coordinate representation of color #251A4E: hue angle of 252.69º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251A4E is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB372678-
CMYK0.530.6700.69
HSL252.69º50%20.39%-
HSV(B)252.69º66.67%30.59%-
XYZ2.511.687.4-
YUV35.22152.14129.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.24%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=26.24%
G=18.44%
B=55.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3726780.530.6700.69252.695020.39
Hex251A4E3543045fd3214
Octal45321166510301053756224
Binary1001011101010011101101011000011010001011111110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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