#25214A

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

Shades of Paua #25214A

Tints of Paua #25214A

Color information

#25214A (or 0x25214A) is unknown color: approx Paua. HEX triplet: 25, 21 and 4A. RGB value is (37,33,74). Sum of RGB (Red+Green+Blue) = 37+33+74=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #25214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25214A is #DADEB5. Grayscale: #262626. Windows color (decimal): -14343862 or 4858149. OLE color: 4858149.

HSL color Cylindrical-coordinate representation of color #25214A: hue angle of 245.85º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25214A is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373374-
CMYK0.500.5500.71
HSL245.85º38.32%20.98%-
HSV(B)245.85º55.41%29.02%-
XYZ2.541.986.73-
YUV38.87147.83126.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 74 (29.30% from 255) = 51.39%
R=25.69%
G=22.92%
B=51.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3733740.500.5500.71245.8538.3220.98
Hex25214A3237047f62615
Octal4541112626701073664625
Binary1001011000011001010110010110111010001111111011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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