Html Css Color HEX #252056 Paua

📋 copy color: '#252056'

red 37 ◦ green 32 ◦ blue 86

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

Shades of Paua #252056

Tints of Paua #252056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 86 (33.98% from 255) = 55.48%

R = 23.87%
G = 20.65%
B = 55.48%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#252056 (or 0x252056) is known color: Paua. HEX triplet: 25, 20 and 56. RGB value is (37,32,86). Sum of RGB (Red+Green+Blue) = 37+32+86=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #252056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252056 is #DADFA9. Grayscale: #272727. Windows color (decimal): -14344106 or 5644325. OLE color: 5644325.

HSL color Cylindrical-coordinate representation of color #252056: hue angle of 245.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252056 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 32 86 -
CMYK 0.57 0.63 0 0.66
HSL 245.56º 0.46% 0.23% -
HSV(B) 245.56º 0.63% 0.34% -
XYZ 2.96 2.1 9.05 -
YUV 39.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 37 32 86 0.57 0.63 0 0.66 245.56 0.46 0.23
Hex 25 20 56 39 3F 0 42 F6 2E 17
Octal 45 40 126 71 77 0 102 366 56 27
Binary 100101 100000 1010110 111001 111111 0 1000010 11110110 101110 10111

Color Harmonies of #252056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252056

Black with #252056

Text Example


Text Example

White with #252056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252056; }

 p { color: rgb(37,32,86); }

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

background-color css

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

 a { background-color: rgb(37,32,86); }

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

border-color css

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

 span { border-color: rgb(37,32,86); }

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