Html Css Color HEX #25224F Paua

📋 copy color: '#25224F'

red 37 ◦ green 34 ◦ blue 79

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

Shades of Paua #25224F

Tints of Paua #25224F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.67%

R = 24.67%
G = 22.67%
B = 52.67%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25224F (or 0x25224F) is known color: Paua. HEX triplet: 25, 22 and 4F. RGB value is (37,34,79). Sum of RGB (Red+Green+Blue) = 37+34+79=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #25224F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25224F is #DADDB0. Grayscale: #272727. Windows color (decimal): -14343601 or 5186085. OLE color: 5186085.

HSL color Cylindrical-coordinate representation of color #25224F: hue angle of 244º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25224F is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 34 79 -
CMYK 0.53 0.57 0 0.69
HSL 244º 0.4% 0.22% -
HSV(B) 244º 0.57% 0.31% -
XYZ 2.75 2.1 7.66 -
YUV 40.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 37 34 79 0.53 0.57 0 0.69 244 0.4 0.22
Hex 25 22 4F 35 39 0 45 F4 28 16
Octal 45 42 117 65 71 0 105 364 50 26
Binary 100101 100010 1001111 110101 111001 0 1000101 11110100 101000 10110

Color Harmonies of #25224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25224F

Black with #25224F

Text Example


Text Example

White with #25224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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