Html Css Color HEX #25214A Paua

📋 copy color: '#25214A'

red 37 ◦ green 33 ◦ blue 74

#25214A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #25214A

Tints of Paua #25214A

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.3% from 255) = 51.39%

R = 25.69%
G = 22.92%
B = 51.39%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25214A (or 0x25214A) is known color: 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

RGB 37 33 74 -
CMYK 0.50 0.55 0 0.71
HSL 245.85º 0.38% 0.21% -
HSV(B) 245.85º 0.55% 0.29% -
XYZ 2.54 1.98 6.73 -
YUV 38.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 37 33 74 0.50 0.55 0 0.71 245.85 0.38 0.21
Hex 25 21 4A 32 37 0 47 F6 26 15
Octal 45 41 112 62 67 0 107 366 46 25
Binary 100101 100001 1001010 110010 110111 0 1000111 11110110 100110 10101

Color Harmonies of #25214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25214A

Black with #25214A

Text Example


Text Example

White with #25214A

Text Example


Text Example

HTML Codes & Css Web 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>