Html Css Color HEX #25245B Paua

📋 copy color: '#25245B'

red 37 ◦ green 36 ◦ blue 91

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

Shades of Paua #25245B

Tints of Paua #25245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.49%

R = 22.56%
G = 21.95%
B = 55.49%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25245B (or 0x25245B) is known color: Paua. HEX triplet: 25, 24 and 5B. RGB value is (37,36,91). Sum of RGB (Red+Green+Blue) = 37+36+91=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #25245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25245B is #DADBA4. Grayscale: #2A2A2A. Windows color (decimal): -14343077 or 5973029. OLE color: 5973029.

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

Color convert

RGB 37 36 91 -
CMYK 0.59 0.60 0 0.64
HSL 241.09º 0.43% 0.25% -
HSV(B) 241.09º 0.6% 0.36% -
XYZ 3.28 2.41 10.19 -
YUV 42.57 155.33 124.03 -
System Red Green Blue C M Y K H S L
Decimal 37 36 91 0.59 0.60 0 0.64 241.09 0.43 0.25
Hex 25 24 5B 3B 3C 0 40 F1 2B 19
Octal 45 44 133 73 74 0 100 361 53 31
Binary 100101 100100 1011011 111011 111100 0 1000000 11110001 101011 11001

Color Harmonies of #25245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25245B

Black with #25245B

Text Example


Text Example

White with #25245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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