#25254E

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

Shades of Paua #25254E

Tints of Paua #25254E

Color information

#25254E (or 0x25254E) is unknown color: approx Paua. HEX triplet: 25, 25 and 4E. RGB value is (37,37,78). Sum of RGB (Red+Green+Blue) = 37+37+78=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #25254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25254E is #DADAB1. Grayscale: #292929. Windows color (decimal): -14342834 or 5121317. OLE color: 5121317.

HSL color Cylindrical-coordinate representation of color #25254E: 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 #25254E is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373778-
CMYK0.530.5300.69
HSL240º35.65%22.55%-
HSV(B)240º52.56%30.59%-
XYZ2.82.277.5-
YUV41.67148.5124.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=24.34%
G=24.34%
B=51.32%

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
Decimal3737780.530.5300.6924035.6522.55
Hex25254E3535045f02417
Octal4545116656501053604427
Binary1001011001011001110110101110101010001011111000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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