#252660

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

Shades of Paua #252660

Tints of Paua #252660

Color information

#252660 (or 0x252660) is unknown color: approx Paua. HEX triplet: 25, 26 and 60. RGB value is (37,38,96). Sum of RGB (Red+Green+Blue) = 37+38+96=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #252660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252660 is #DAD99F. Grayscale: #2C2C2C. Windows color (decimal): -14342560 or 6301221. OLE color: 6301221.

HSL color Cylindrical-coordinate representation of color #252660: hue angle of 238.98º 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 #252660 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373896-
CMYK0.610.6000.62
HSL238.98º44.36%26.08%-
HSV(B)238.98º61.46%37.65%-
XYZ3.572.6211.38-
YUV44.31157.17122.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=21.64%
G=22.22%
B=56.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3738960.610.6000.62238.9844.3626.08
Hex2526603D3C03Eef2c1a
Octal454614075740763575432
Binary100101100110110000011110111110001111101110111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252660; }

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

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

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

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

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

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

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

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