#25215D

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

Shades of Paua #25215D

Tints of Paua #25215D

Color information

#25215D (or 0x25215D) is unknown color: approx Paua. HEX triplet: 25, 21 and 5D. RGB value is (37,33,93). Sum of RGB (Red+Green+Blue) = 37+33+93=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #25215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25215D is #DADEA2. Grayscale: #282828. Windows color (decimal): -14343843 or 6103333. OLE color: 6103333.

HSL color Cylindrical-coordinate representation of color #25215D: hue angle of 244º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25215D is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373393-
CMYK0.600.6500.64
HSL244º47.62%24.71%-
HSV(B)244º64.52%36.47%-
XYZ3.282.2710.62-
YUV41.04157.33125.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 33 (13.28% from 255) = 20.25%
BLUE value IS 93 (36.72% from 255) = 57.06%
R=22.70%
G=20.25%
B=57.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3733930.600.6500.6424447.6224.71
Hex25215D3C41040f43019
Octal45411357410101003646031
Binary10010110000110111011111001000001010000001111010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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