Html Css Color HEX #252359 Paua

📋 copy color: '#252359'

red 37 ◦ green 35 ◦ blue 89

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

Shades of Paua #252359

Tints of Paua #252359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.74%

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

R = 22.98%
G = 21.74%
B = 55.28%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#252359 (or 0x252359) is known color: Paua. HEX triplet: 25, 23 and 59. RGB value is (37,35,89). Sum of RGB (Red+Green+Blue) = 37+35+89=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #252359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252359 is #DADCA6. Grayscale: #292929. Windows color (decimal): -14343335 or 5841701. OLE color: 5841701.

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

Color convert

RGB 37 35 89 -
CMYK 0.58 0.61 0 0.65
HSL 242.22º 0.44% 0.24% -
HSV(B) 242.22º 0.61% 0.35% -
XYZ 3.17 2.32 9.73 -
YUV 41.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 37 35 89 0.58 0.61 0 0.65 242.22 0.44 0.24
Hex 25 23 59 3A 3D 0 41 F2 2C 18
Octal 45 43 131 72 75 0 101 362 54 30
Binary 100101 100011 1011001 111010 111101 0 1000001 11110010 101100 11000

Color Harmonies of #252359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252359

Black with #252359

Text Example


Text Example

White with #252359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252359; }

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

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

background-color css

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

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

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

border-color css

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

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

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