#25265D

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

Shades of Paua #25265D

Tints of Paua #25265D

Color information

#25265D (or 0x25265D) is unknown color: approx Paua. HEX triplet: 25, 26 and 5D. RGB value is (37,38,93). Sum of RGB (Red+Green+Blue) = 37+38+93=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #25265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25265D is #DAD9A2. Grayscale: #2B2B2B. Windows color (decimal): -14342563 or 6104613. OLE color: 6104613.

HSL color Cylindrical-coordinate representation of color #25265D: hue angle of 238.93º 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 #25265D is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373893-
CMYK0.600.5900.64
HSL238.93º43.08%25.49%-
HSV(B)238.93º60.22%36.47%-
XYZ3.432.5710.67-
YUV43.97155.67123.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=22.02%
G=22.62%
B=55.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3738930.600.5900.64238.9343.0825.49
Hex25265D3C3B040ef2b19
Octal4546135747301003575331
Binary1001011001101011101111100111011010000001110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25265D; }

 p { color: rgb(37,38,93); }

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

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

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

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

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

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

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