#25254F

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

Shades of Paua #25254F

Tints of Paua #25254F

Color information

#25254F (or 0x25254F) is unknown color: approx Paua. HEX triplet: 25, 25 and 4F. RGB value is (37,37,79). Sum of RGB (Red+Green+Blue) = 37+37+79=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #25254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25254F is #DADAB0. Grayscale: #292929. Windows color (decimal): -14342833 or 5186853. OLE color: 5186853.

HSL color Cylindrical-coordinate representation of color #25254F: hue angle of 240º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25254F is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373779-
CMYK0.530.5300.69
HSL240º36.21%22.75%-
HSV(B)240º53.16%30.98%-
XYZ2.842.287.69-
YUV41.79149124.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=24.18%
G=24.18%
B=51.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3737790.530.5300.6924036.2122.75
Hex25254F3535045f02417
Octal4545117656501053604427
Binary1001011001011001111110101110101010001011111000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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