Html Css Color HEX #25245E Paua

📋 copy color: '#25245E'

red 37 ◦ green 36 ◦ blue 94

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

Shades of Paua #25245E

Tints of Paua #25245E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 56.29%

R = 22.16%
G = 21.56%
B = 56.29%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25245E (or 0x25245E) is known color: Paua. HEX triplet: 25, 24 and 5E. RGB value is (37,36,94). Sum of RGB (Red+Green+Blue) = 37+36+94=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 94 (37.11% from 255 or 56.29% from 167); Max value from RGB is 94 - color contains mainly: blue. Hex color #25245E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25245E is #DADBA1. Grayscale: #2A2A2A. Windows color (decimal): -14343074 or 6169637. OLE color: 6169637.

HSL color Cylindrical-coordinate representation of color #25245E: hue angle of 241.03º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25245E is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 36 94 -
CMYK 0.61 0.62 0 0.63
HSL 241.03º 0.45% 0.25% -
HSV(B) 241.03º 0.62% 0.37% -
XYZ 3.41 2.46 10.89 -
YUV 42.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 37 36 94 0.61 0.62 0 0.63 241.03 0.45 0.25
Hex 25 24 5E 3D 3E 0 3F F1 2D 19
Octal 45 44 136 75 76 0 77 361 55 31
Binary 100101 100100 1011110 111101 111110 0 111111 11110001 101101 11001

Color Harmonies of #25245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25245E

Black with #25245E

Text Example


Text Example

White with #25245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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