Html Css Color HEX #252059 Paua

📋 copy color: '#252059'

red 37 ◦ green 32 ◦ blue 89

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

Shades of Paua #252059

Tints of Paua #252059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 23.42%
G = 20.25%
B = 56.33%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252059 (or 0x252059) is known color: Paua. HEX triplet: 25, 20 and 59. RGB value is (37,32,89). Sum of RGB (Red+Green+Blue) = 37+32+89=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #252059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252059 is #DADFA6. Grayscale: #272727. Windows color (decimal): -14344103 or 5840933. OLE color: 5840933.

HSL color Cylindrical-coordinate representation of color #252059: hue angle of 245.26º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252059 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 32 89 -
CMYK 0.58 0.64 0 0.65
HSL 245.26º 0.47% 0.24% -
HSV(B) 245.26º 0.64% 0.35% -
XYZ 3.08 2.15 9.7 -
YUV 39.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 37 32 89 0.58 0.64 0 0.65 245.26 0.47 0.24
Hex 25 20 59 3A 40 0 41 F5 2F 18
Octal 45 40 131 72 100 0 101 365 57 30
Binary 100101 100000 1011001 111010 1000000 0 1000001 11110101 101111 11000

Color Harmonies of #252059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252059

Black with #252059

Text Example


Text Example

White with #252059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252059; }

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

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

background-color css

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

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

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

border-color css

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

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

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