Html Css Color HEX #25204E Paua

📋 copy color: '#25204E'

red 37 ◦ green 32 ◦ blue 78

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

Shades of Paua #25204E

Tints of Paua #25204E

RGB

 RED value IS 37 (14.84% from 255) = 25.17%

 GREEN value IS 32 (12.89% from 255) = 21.77%

 BLUE value IS 78 (30.86% from 255) = 53.06%

R = 25.17%
G = 21.77%
B = 53.06%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25204E (or 0x25204E) is known color: Paua. HEX triplet: 25, 20 and 4E. RGB value is (37,32,78). Sum of RGB (Red+Green+Blue) = 37+32+78=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #25204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25204E is #DADFB1. Grayscale: #262626. Windows color (decimal): -14344114 or 5120037. OLE color: 5120037.

HSL color Cylindrical-coordinate representation of color #25204E: hue angle of 246.52º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25204E is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 32 78 -
CMYK 0.53 0.59 0 0.69
HSL 246.52º 0.42% 0.22% -
HSV(B) 246.52º 0.59% 0.31% -
XYZ 2.65 1.98 7.45 -
YUV 38.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 37 32 78 0.53 0.59 0 0.69 246.52 0.42 0.22
Hex 25 20 4E 35 3B 0 45 F7 2A 16
Octal 45 40 116 65 73 0 105 367 52 26
Binary 100101 100000 1001110 110101 111011 0 1000101 11110111 101010 10110

Color Harmonies of #25204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25204E

Black with #25204E

Text Example


Text Example

White with #25204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25204E; }

 p { color: rgb(37,32,78); }

 H1.HeaderClassName
 {
   color: #25204E;
 }
 .AnyTagClassName
 {
   color: #25204E;
 }
</style>

background-color css

<style>
 a { background-color: #25204E; }

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

 div.DivClassName
 {
   background-color: #25204E;
 }
 .BgClassName
 {
   background-color: #25204E;
 }
</style>

border-color css

<style>
 span { border-color: #25204E; }

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

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