#25224D

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

Shades of Paua #25224D

Tints of Paua #25224D

Color information

#25224D (or 0x25224D) is unknown color: approx Paua. HEX triplet: 25, 22 and 4D. RGB value is (37,34,77). Sum of RGB (Red+Green+Blue) = 37+34+77=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #25224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25224D is #DADDB2. Grayscale: #272727. Windows color (decimal): -14343603 or 5055013. OLE color: 5055013.

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

Color convert

RGB373477-
CMYK0.520.5600.70
HSL244.19º38.74%21.76%-
HSV(B)244.19º55.84%30.2%-
XYZ2.672.077.28-
YUV39.8148.99126-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 77 (30.47% from 255) = 52.03%
R=25%
G=22.97%
B=52.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3734770.520.5600.70244.1938.7421.76
Hex25224D3438046f42716
Octal4542115647001063644726
Binary1001011000101001101110100111000010001101111010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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