#25255B

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

Shades of Paua #25255B

Tints of Paua #25255B

Color information

#25255B (or 0x25255B) is unknown color: approx Paua. HEX triplet: 25, 25 and 5B. RGB value is (37,37,91). Sum of RGB (Red+Green+Blue) = 37+37+91=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #25255B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25255B is #DADAA4. Grayscale: #2A2A2A. Windows color (decimal): -14342821 or 5973285. OLE color: 5973285.

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

Color convert

RGB373791-
CMYK0.590.5900.64
HSL240º42.19%25.1%-
HSV(B)240º59.34%35.69%-
XYZ3.312.4710.2-
YUV43.16155123.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=22.42%
G=22.42%
B=55.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3737910.590.5900.6424042.1925.1
Hex25255B3B3B040f02a19
Octal4545133737301003605231
Binary1001011001011011011111011111011010000001111000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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