Html Css Color HEX #25224C Paua

📋 copy color: '#25224C'

red 37 ◦ green 34 ◦ blue 76

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

Shades of Paua #25224C

Tints of Paua #25224C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 25.17%
G = 23.13%
B = 51.7%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25224C (or 0x25224C) is known color: Paua. HEX triplet: 25, 22 and 4C. RGB value is (37,34,76). Sum of RGB (Red+Green+Blue) = 37+34+76=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #25224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25224C is #DADDB3. Grayscale: #272727. Windows color (decimal): -14343604 or 4989477. OLE color: 4989477.

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

Color convert

RGB 37 34 76 -
CMYK 0.51 0.55 0 0.70
HSL 244.29º 0.38% 0.22% -
HSV(B) 244.29º 0.55% 0.3% -
XYZ 2.64 2.06 7.1 -
YUV 39.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 37 34 76 0.51 0.55 0 0.70 244.29 0.38 0.22
Hex 25 22 4C 33 37 0 46 F4 26 16
Octal 45 42 114 63 67 0 106 364 46 26
Binary 100101 100010 1001100 110011 110111 0 1000110 11110100 100110 10110

Color Harmonies of #25224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25224C

Black with #25224C

Text Example


Text Example

White with #25224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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