#252556

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

Shades of Paua #252556

Tints of Paua #252556

Color information

#252556 (or 0x252556) is unknown color: approx Paua. HEX triplet: 25, 25 and 56. RGB value is (37,37,86). Sum of RGB (Red+Green+Blue) = 37+37+86=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #252556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252556 is #DADAA9. Grayscale: #2A2A2A. Windows color (decimal): -14342826 or 5645605. OLE color: 5645605.

HSL color Cylindrical-coordinate representation of color #252556: hue angle of 240º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252556 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB373786-
CMYK0.570.5700.66
HSL240º39.84%24.12%-
HSV(B)240º56.98%33.73%-
XYZ3.12.399.1-
YUV42.59152.5124.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 86 (33.98% from 255) = 53.75%
R=23.12%
G=23.12%
B=53.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3737860.570.5700.6624039.8424.12
Hex2525563939042f02818
Octal4545126717101023605030
Binary1001011001011010110111001111001010000101111000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252556; }

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

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

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

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

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

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

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

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