#252254

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

Shades of Paua #252254

Tints of Paua #252254

Color information

#252254 (or 0x252254) is unknown color: approx Paua. HEX triplet: 25, 22 and 54. RGB value is (37,34,84). Sum of RGB (Red+Green+Blue) = 37+34+84=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #252254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252254 is #DADDAB. Grayscale: #282828. Windows color (decimal): -14343596 or 5513765. OLE color: 5513765.

HSL color Cylindrical-coordinate representation of color #252254: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252254 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373484-
CMYK0.560.6000.67
HSL243.6º42.37%23.14%-
HSV(B)243.6º59.52%32.94%-
XYZ2.942.188.65-
YUV40.6152.49125.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 84 (33.20% from 255) = 54.19%
R=23.87%
G=21.94%
B=54.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3734840.560.6000.67243.642.3723.14
Hex252254383C043f42a17
Octal4542124707401033645227
Binary1001011000101010100111000111100010000111111010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252254; }

 p { color: rgb(37,34,84); }

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

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

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

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

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

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

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