Html Css Color HEX #252259 Paua

📋 copy color: '#252259'

red 37 ◦ green 34 ◦ blue 89

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

Shades of Paua #252259

Tints of Paua #252259

RGB

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

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

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

R = 23.13%
G = 21.25%
B = 55.63%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252259 (or 0x252259) is known color: Paua. HEX triplet: 25, 22 and 59. RGB value is (37,34,89). Sum of RGB (Red+Green+Blue) = 37+34+89=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #252259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252259 is #DADDA6. Grayscale: #282828. Windows color (decimal): -14343591 or 5841445. OLE color: 5841445.

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

Color convert

RGB 37 34 89 -
CMYK 0.58 0.62 0 0.65
HSL 243.27º 0.45% 0.24% -
HSV(B) 243.27º 0.62% 0.35% -
XYZ 3.14 2.26 9.72 -
YUV 41.17 154.99 125.03 -
System Red Green Blue C M Y K H S L
Decimal 37 34 89 0.58 0.62 0 0.65 243.27 0.45 0.24
Hex 25 22 59 3A 3E 0 41 F3 2D 18
Octal 45 42 131 72 76 0 101 363 55 30
Binary 100101 100010 1011001 111010 111110 0 1000001 11110011 101101 11000

Color Harmonies of #252259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252259

Black with #252259

Text Example


Text Example

White with #252259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252259; }

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

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

background-color css

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

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

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

border-color css

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

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

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