#25224B

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

Shades of Paua #25224B

Tints of Paua #25224B

Color information

#25224B (or 0x25224B) is unknown color: approx Paua. HEX triplet: 25, 22 and 4B. RGB value is (37,34,75). Sum of RGB (Red+Green+Blue) = 37+34+75=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #25224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25224B is #DADDB4. Grayscale: #272727. Windows color (decimal): -14343605 or 4923941. OLE color: 4923941.

HSL color Cylindrical-coordinate representation of color #25224B: hue angle of 244.39º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25224B is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373475-
CMYK0.510.5500.71
HSL244.39º37.61%21.37%-
HSV(B)244.39º54.67%29.41%-
XYZ2.62.056.91-
YUV39.57147.99126.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 75 (29.69% from 255) = 51.37%
R=25.34%
G=23.29%
B=51.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3734750.510.5500.71244.3937.6121.37
Hex25224B3337047f42615
Octal4542113636701073644625
Binary1001011000101001011110011110111010001111111010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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