#252451

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

Shades of Paua #252451

Tints of Paua #252451

Color information

#252451 (or 0x252451) is unknown color: approx Paua. HEX triplet: 25, 24 and 51. RGB value is (37,36,81). Sum of RGB (Red+Green+Blue) = 37+36+81=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #252451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252451 is #DADBAE. Grayscale: #292929. Windows color (decimal): -14343087 or 5317669. OLE color: 5317669.

HSL color Cylindrical-coordinate representation of color #252451: hue angle of 241.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252451 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB373681-
CMYK0.540.5600.68
HSL241.33º38.46%22.94%-
HSV(B)241.33º55.56%31.76%-
XYZ2.882.258.07-
YUV41.43150.33124.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 36 (14.45% from 255) = 23.38%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=24.03%
G=23.38%
B=52.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3736810.540.5600.68241.3338.4622.94
Hex2524513638044f12617
Octal4544121667001043614627
Binary1001011001001010001110110111000010001001111000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252451; }

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

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

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

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

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

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

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

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