#25185A

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

Shades of Paua #25185A

Tints of Paua #25185A

Color information

#25185A (or 0x25185A) is unknown color: approx Paua. HEX triplet: 25, 18 and 5A. RGB value is (37,24,90). Sum of RGB (Red+Green+Blue) = 37+24+90=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #25185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185A is #DAE7A5. Grayscale: #232323. Windows color (decimal): -14346150 or 5904421. OLE color: 5904421.

HSL color Cylindrical-coordinate representation of color #25185A: hue angle of 251.82º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25185A is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB372490-
CMYK0.590.7300.65
HSL251.82º57.89%22.35%-
HSV(B)251.82º73.33%35.29%-
XYZ2.941.789.86-
YUV35.41158.81129.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=24.50%
G=15.89%
B=59.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3724900.590.7300.65251.8257.8922.35
Hex25185A3B49041fc3a16
Octal45301327311101013747226
Binary1001011100010110101110111001001010000011111110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25185A; }

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

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

<style>
 a { background-color: #25185A; }

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

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

<style>
 span { border-color: #25185A; }

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

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