#252051

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

Shades of Paua #252051

Tints of Paua #252051

Color information

#252051 (or 0x252051) is unknown color: approx Paua. HEX triplet: 25, 20 and 51. RGB value is (37,32,81). Sum of RGB (Red+Green+Blue) = 37+32+81=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #252051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252051 is #DADFAE. Grayscale: #262626. Windows color (decimal): -14344111 or 5316645. OLE color: 5316645.

HSL color Cylindrical-coordinate representation of color #252051: hue angle of 246.12º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252051 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB373281-
CMYK0.540.6000.68
HSL246.12º43.36%22.16%-
HSV(B)246.12º60.49%31.76%-
XYZ2.762.028.03-
YUV39.08151.66126.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 81 (32.03% from 255) = 54%
R=24.67%
G=21.33%
B=54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3732810.540.6000.68246.1243.3622.16
Hex252051363C044f62b16
Octal4540121667401043665326
Binary1001011000001010001110110111100010001001111011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252051; }

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

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

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

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

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

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

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

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