#252560

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

Shades of Paua #252560

Tints of Paua #252560

Color information

#252560 (or 0x252560) is unknown color: approx Paua. HEX triplet: 25, 25 and 60. RGB value is (37,37,96). Sum of RGB (Red+Green+Blue) = 37+37+96=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #252560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252560 is #DADA9F. Grayscale: #2B2B2B. Windows color (decimal): -14342816 or 6300965. OLE color: 6300965.

HSL color Cylindrical-coordinate representation of color #252560: hue angle of 240º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252560 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373796-
CMYK0.610.6100.62
HSL240º44.36%26.08%-
HSV(B)240º61.46%37.65%-
XYZ3.542.5611.37-
YUV43.73157.5123.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 37 (14.84% from 255) = 21.76%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=21.76%
G=21.76%
B=56.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3737960.610.6100.6224044.3626.08
Hex2525603D3D03Ef02c1a
Octal454514075750763605432
Binary100101100101110000011110111110101111101111000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252560; }

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

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

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

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

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

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

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

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