#25245B

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

Shades of Paua #25245B

Tints of Paua #25245B

Color information

#25245B (or 0x25245B) is unknown color: approx Paua. HEX triplet: 25, 24 and 5B. RGB value is (37,36,91). Sum of RGB (Red+Green+Blue) = 37+36+91=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #25245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25245B is #DADBA4. Grayscale: #2A2A2A. Windows color (decimal): -14343077 or 5973029. OLE color: 5973029.

HSL color Cylindrical-coordinate representation of color #25245B: hue angle of 241.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25245B is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373691-
CMYK0.590.6000.64
HSL241.09º43.31%24.9%-
HSV(B)241.09º60.44%35.69%-
XYZ3.282.4110.19-
YUV42.57155.33124.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=22.56%
G=21.95%
B=55.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3736910.590.6000.64241.0943.3124.9
Hex25245B3B3C040f12b19
Octal4544133737401003615331
Binary1001011001001011011111011111100010000001111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25245B; }

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

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

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

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

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

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

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

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