#252057

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

Shades of Paua #252057

Tints of Paua #252057

Color information

#252057 (or 0x252057) is unknown color: approx Paua. HEX triplet: 25, 20 and 57. RGB value is (37,32,87). Sum of RGB (Red+Green+Blue) = 37+32+87=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #252057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252057 is #DADFA8. Grayscale: #272727. Windows color (decimal): -14344105 or 5709861. OLE color: 5709861.

HSL color Cylindrical-coordinate representation of color #252057: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252057 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB373287-
CMYK0.570.6300.66
HSL245.45º46.22%23.33%-
HSV(B)245.45º63.22%34.12%-
XYZ32.119.27-
YUV39.76154.66126.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 87 (34.38% from 255) = 55.77%
R=23.72%
G=20.51%
B=55.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3732870.570.6300.66245.4546.2223.33
Hex252057393F042f52e17
Octal4540127717701023655627
Binary1001011000001010111111001111111010000101111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252057; }

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

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

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

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

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

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

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

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