#252558

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

Shades of Paua #252558

Tints of Paua #252558

Color information

#252558 (or 0x252558) is unknown color: approx Paua. HEX triplet: 25, 25 and 58. RGB value is (37,37,88). Sum of RGB (Red+Green+Blue) = 37+37+88=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #252558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252558 is #DADAA7. Grayscale: #2A2A2A. Windows color (decimal): -14342824 or 5776677. OLE color: 5776677.

HSL color Cylindrical-coordinate representation of color #252558: hue angle of 240º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252558 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB373788-
CMYK0.580.5800.65
HSL240º40.8%24.51%-
HSV(B)240º57.95%34.51%-
XYZ3.192.429.53-
YUV42.81153.5123.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=22.84%
G=22.84%
B=54.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3737880.580.5800.6524040.824.51
Hex2525583A3A041f02919
Octal4545130727201013605131
Binary1001011001011011000111010111010010000011111000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252558; }

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

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

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

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

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

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

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

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