#25255C

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

Shades of Paua #25255C

Tints of Paua #25255C

Color information

#25255C (or 0x25255C) is unknown color: approx Paua. HEX triplet: 25, 25 and 5C. RGB value is (37,37,92). Sum of RGB (Red+Green+Blue) = 37+37+92=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #25255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25255C is #DADAA3. Grayscale: #2B2B2B. Windows color (decimal): -14342820 or 6038821. OLE color: 6038821.

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

Color convert

RGB373792-
CMYK0.600.6000.64
HSL240º42.64%25.29%-
HSV(B)240º59.78%36.08%-
XYZ3.362.4910.43-
YUV43.27155.5123.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=22.29%
G=22.29%
B=55.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3737920.600.6000.6424042.6425.29
Hex25255C3C3C040f02b19
Octal4545134747401003605331
Binary1001011001011011100111100111100010000001111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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