Html Css Color HEX #25245A Paua

📋 copy color: '#25245A'

red 37 ◦ green 36 ◦ blue 90

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

Shades of Paua #25245A

Tints of Paua #25245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.09%

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 22.7%
G = 22.09%
B = 55.21%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25245A (or 0x25245A) is known color: Paua. HEX triplet: 25, 24 and 5A. RGB value is (37,36,90). Sum of RGB (Red+Green+Blue) = 37+36+90=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #25245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25245A is #DADBA5. Grayscale: #2A2A2A. Windows color (decimal): -14343078 or 5907493. OLE color: 5907493.

HSL color Cylindrical-coordinate representation of color #25245A: hue angle of 241.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25245A is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 36 90 -
CMYK 0.59 0.60 0 0.65
HSL 241.11º 0.43% 0.25% -
HSV(B) 241.11º 0.6% 0.35% -
XYZ 3.24 2.39 9.96 -
YUV 42.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 37 36 90 0.59 0.60 0 0.65 241.11 0.43 0.25
Hex 25 24 5A 3B 3C 0 41 F1 2B 19
Octal 45 44 132 73 74 0 101 361 53 31
Binary 100101 100100 1011010 111011 111100 0 1000001 11110001 101011 11001

Color Harmonies of #25245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25245A

Black with #25245A

Text Example


Text Example

White with #25245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,36,90); }

 H1.HeaderClassName
 {
   color: #25245A;
 }
 .AnyTagClassName
 {
   color: #25245A;
 }
</style>

background-color css

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

 a { background-color: rgb(37,36,90); }

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

border-color css

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

 span { border-color: rgb(37,36,90); }

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