Html Css Color HEX #25245D Paua

📋 copy color: '#25245D'

red 37 ◦ green 36 ◦ blue 93

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

Shades of Paua #25245D

Tints of Paua #25245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 22.29%
G = 21.69%
B = 56.02%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25245D (or 0x25245D) is known color: Paua. HEX triplet: 25, 24 and 5D. RGB value is (37,36,93). Sum of RGB (Red+Green+Blue) = 37+36+93=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #25245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25245D is #DADBA2. Grayscale: #2A2A2A. Windows color (decimal): -14343075 or 6104101. OLE color: 6104101.

HSL color Cylindrical-coordinate representation of color #25245D: hue angle of 241.05º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25245D is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 36 93 -
CMYK 0.60 0.61 0 0.64
HSL 241.05º 0.44% 0.25% -
HSV(B) 241.05º 0.61% 0.36% -
XYZ 3.37 2.45 10.65 -
YUV 42.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 37 36 93 0.60 0.61 0 0.64 241.05 0.44 0.25
Hex 25 24 5D 3C 3D 0 40 F1 2C 19
Octal 45 44 135 74 75 0 100 361 54 31
Binary 100101 100100 1011101 111100 111101 0 1000000 11110001 101100 11001

Color Harmonies of #25245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25245D

Black with #25245D

Text Example


Text Example

White with #25245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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