#25185C

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

Shades of Paua #25185C

Tints of Paua #25185C

Color information

#25185C (or 0x25185C) is unknown color: approx Paua. HEX triplet: 25, 18 and 5C. RGB value is (37,24,92). Sum of RGB (Red+Green+Blue) = 37+24+92=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #25185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #25185C is #DAE7A3. Grayscale: #232323. Windows color (decimal): -14346148 or 6035493. OLE color: 6035493.

HSL color Cylindrical-coordinate representation of color #25185C: hue angle of 251.47º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25185C is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB372492-
CMYK0.600.7400.64
HSL251.47º58.62%22.75%-
HSV(B)251.47º73.91%36.08%-
XYZ3.021.8210.32-
YUV35.64159.81128.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=24.18%
G=15.69%
B=60.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3724920.600.7400.64251.4758.6222.75
Hex25185C3C4A040fb3b17
Octal45301347411201003737327
Binary1001011100010111001111001001010010000001111101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25185C; }

 p { color: rgb(37,24,92); }

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

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

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

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

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

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

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