Html Css Color HEX #25224B Paua

📋 copy color: '#25224B'

red 37 ◦ green 34 ◦ blue 75

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

Shades of Paua #25224B

Tints of Paua #25224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.29%

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 25.34%
G = 23.29%
B = 51.37%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25224B (or 0x25224B) is known color: Paua. HEX triplet: 25, 22 and 4B. RGB value is (37,34,75). Sum of RGB (Red+Green+Blue) = 37+34+75=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #25224B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25224B is #DADDB4. Grayscale: #272727. Windows color (decimal): -14343605 or 4923941. OLE color: 4923941.

HSL color Cylindrical-coordinate representation of color #25224B: hue angle of 244.39º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25224B is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 34 75 -
CMYK 0.51 0.55 0 0.71
HSL 244.39º 0.38% 0.21% -
HSV(B) 244.39º 0.55% 0.29% -
XYZ 2.6 2.05 6.91 -
YUV 39.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 37 34 75 0.51 0.55 0 0.71 244.39 0.38 0.21
Hex 25 22 4B 33 37 0 47 F4 26 15
Octal 45 42 113 63 67 0 107 364 46 25
Binary 100101 100010 1001011 110011 110111 0 1000111 11110100 100110 10101

Color Harmonies of #25224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25224B

Black with #25224B

Text Example


Text Example

White with #25224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,34,75); }

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

background-color css

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

 a { background-color: rgb(37,34,75); }

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

border-color css

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

 span { border-color: rgb(37,34,75); }

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