#25185D

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

Shades of Paua #25185D

Tints of Paua #25185D

Color information

#25185D (or 0x25185D) is unknown color: approx Paua. HEX triplet: 25, 18 and 5D. RGB value is (37,24,93). Sum of RGB (Red+Green+Blue) = 37+24+93=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #25185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185D is #DAE7A2. Grayscale: #232323. Windows color (decimal): -14346147 or 6101029. OLE color: 6101029.

HSL color Cylindrical-coordinate representation of color #25185D: hue angle of 251.3º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25185D is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB372493-
CMYK0.600.7400.64
HSL251.3º58.97%22.94%-
HSV(B)251.3º74.19%36.47%-
XYZ3.071.8410.55-
YUV35.75160.31128.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 93 (36.72% from 255) = 60.39%
R=24.03%
G=15.58%
B=60.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3724930.600.7400.64251.358.9722.94
Hex25185D3C4A040fb3b17
Octal45301357411201003737327
Binary1001011100010111011111001001010010000001111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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