#25254D

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

Shades of Paua #25254D

Tints of Paua #25254D

Color information

#25254D (or 0x25254D) is unknown color: approx Paua. HEX triplet: 25, 25 and 4D. RGB value is (37,37,77). Sum of RGB (Red+Green+Blue) = 37+37+77=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #25254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25254D is #DADAB2. Grayscale: #292929. Windows color (decimal): -14342835 or 5055781. OLE color: 5055781.

HSL color Cylindrical-coordinate representation of color #25254D: hue angle of 240º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25254D is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB373777-
CMYK0.520.5200.70
HSL240º35.09%22.35%-
HSV(B)240º51.95%30.2%-
XYZ2.762.257.31-
YUV41.56148124.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=24.50%
G=24.50%
B=50.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3737770.520.5200.7024035.0922.35
Hex25254D3434046f02316
Octal4545115646401063604326
Binary1001011001011001101110100110100010001101111000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,37,77); }

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

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

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

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

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

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

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