#25214D

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

Shades of Paua #25214D

Tints of Paua #25214D

Color information

#25214D (or 0x25214D) is unknown color: approx Paua. HEX triplet: 25, 21 and 4D. RGB value is (37,33,77). Sum of RGB (Red+Green+Blue) = 37+33+77=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #25214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25214D is #DADEB2. Grayscale: #272727. Windows color (decimal): -14343859 or 5054757. OLE color: 5054757.

HSL color Cylindrical-coordinate representation of color #25214D: hue angle of 245.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25214D is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB373377-
CMYK0.520.5700.70
HSL245.45º40%21.57%-
HSV(B)245.45º57.14%30.2%-
XYZ2.652.027.27-
YUV39.21149.33126.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.17%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=25.17%
G=22.45%
B=52.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3733770.520.5700.70245.454021.57
Hex25214D3439046f52816
Octal4541115647101063655026
Binary1001011000011001101110100111001010001101111010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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