#252047

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

Shades of Paua #252047

Tints of Paua #252047

Color information

#252047 (or 0x252047) is unknown color: approx Paua. HEX triplet: 25, 20 and 47. RGB value is (37,32,71). Sum of RGB (Red+Green+Blue) = 37+32+71=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #252047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252047 is #DADFB8. Grayscale: #252525. Windows color (decimal): -14344121 or 4661285. OLE color: 4661285.

HSL color Cylindrical-coordinate representation of color #252047: hue angle of 247.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252047 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373271-
CMYK0.480.5500.72
HSL247.69º37.86%20.2%-
HSV(B)247.69º54.93%27.84%-
XYZ2.421.886.2-
YUV37.94146.66127.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 32 (12.89% from 255) = 22.86%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=26.43%
G=22.86%
B=50.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3732710.480.5500.72247.6937.8620.2
Hex2520473037048f82614
Octal4540107606701103704624
Binary1001011000001000111110000110111010010001111100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252047; }

 p { color: rgb(37,32,71); }

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

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

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

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

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

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

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