Html Css Color HEX #25224D Paua

📋 copy color: '#25224D'

red 37 ◦ green 34 ◦ blue 77

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

Shades of Paua #25224D

Tints of Paua #25224D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 25%
G = 22.97%
B = 52.03%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25224D (or 0x25224D) is known color: Paua. HEX triplet: 25, 22 and 4D. RGB value is (37,34,77). Sum of RGB (Red+Green+Blue) = 37+34+77=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #25224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25224D is #DADDB2. Grayscale: #272727. Windows color (decimal): -14343603 or 5055013. OLE color: 5055013.

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

Color convert

RGB 37 34 77 -
CMYK 0.52 0.56 0 0.70
HSL 244.19º 0.39% 0.22% -
HSV(B) 244.19º 0.56% 0.3% -
XYZ 2.67 2.07 7.28 -
YUV 39.8 148.99 126 -
System Red Green Blue C M Y K H S L
Decimal 37 34 77 0.52 0.56 0 0.70 244.19 0.39 0.22
Hex 25 22 4D 34 38 0 46 F4 27 16
Octal 45 42 115 64 70 0 106 364 47 26
Binary 100101 100010 1001101 110100 111000 0 1000110 11110100 100111 10110

Color Harmonies of #25224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25224D

Black with #25224D

Text Example


Text Example

White with #25224D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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