Html Css Color HEX #252451 Paua

📋 copy color: '#252451'

red 37 ◦ green 36 ◦ blue 81

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

Shades of Paua #252451

Tints of Paua #252451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.6%

R = 24.03%
G = 23.38%
B = 52.6%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#252451 (or 0x252451) is known color: Paua. HEX triplet: 25, 24 and 51. RGB value is (37,36,81). Sum of RGB (Red+Green+Blue) = 37+36+81=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #252451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252451 is #DADBAE. Grayscale: #292929. Windows color (decimal): -14343087 or 5317669. OLE color: 5317669.

HSL color Cylindrical-coordinate representation of color #252451: hue angle of 241.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252451 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 36 81 -
CMYK 0.54 0.56 0 0.68
HSL 241.33º 0.38% 0.23% -
HSV(B) 241.33º 0.56% 0.32% -
XYZ 2.88 2.25 8.07 -
YUV 41.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 37 36 81 0.54 0.56 0 0.68 241.33 0.38 0.23
Hex 25 24 51 36 38 0 44 F1 26 17
Octal 45 44 121 66 70 0 104 361 46 27
Binary 100101 100100 1010001 110110 111000 0 1000100 11110001 100110 10111

Color Harmonies of #252451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252451

Black with #252451

Text Example


Text Example

White with #252451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252451; }

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

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

background-color css

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

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

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

border-color css

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

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

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