#25235D

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

Shades of Paua #25235D

Tints of Paua #25235D

Color information

#25235D (or 0x25235D) is unknown color: approx Paua. HEX triplet: 25, 23 and 5D. RGB value is (37,35,93). Sum of RGB (Red+Green+Blue) = 37+35+93=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #25235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25235D is #DADCA2. Grayscale: #292929. Windows color (decimal): -14343331 or 6103845. OLE color: 6103845.

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

Color convert

RGB373593-
CMYK0.600.6200.64
HSL242.07º45.31%25.1%-
HSV(B)242.07º62.37%36.47%-
XYZ3.342.3910.64-
YUV42.21156.66124.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=22.42%
G=21.21%
B=56.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3735930.600.6200.64242.0745.3125.1
Hex25235D3C3E040f22d19
Octal4543135747601003625531
Binary1001011000111011101111100111110010000001111001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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