Html Css Color HEX #252557 Paua

📋 copy color: '#252557'

red 37 ◦ green 37 ◦ blue 87

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

Shades of Paua #252557

Tints of Paua #252557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.04%

R = 22.98%
G = 22.98%
B = 54.04%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#252557 (or 0x252557) is known color: Paua. HEX triplet: 25, 25 and 57. RGB value is (37,37,87). Sum of RGB (Red+Green+Blue) = 37+37+87=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #252557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252557 is #DADAA8. Grayscale: #2A2A2A. Windows color (decimal): -14342825 or 5711141. OLE color: 5711141.

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

Color convert

RGB 37 37 87 -
CMYK 0.57 0.57 0 0.66
HSL 240º 0.4% 0.24% -
HSV(B) 240º 0.57% 0.34% -
XYZ 3.14 2.4 9.32 -
YUV 42.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 37 37 87 0.57 0.57 0 0.66 240 0.4 0.24
Hex 25 25 57 39 39 0 42 F0 28 18
Octal 45 45 127 71 71 0 102 360 50 30
Binary 100101 100101 1010111 111001 111001 0 1000010 11110000 101000 11000

Color Harmonies of #252557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252557

Black with #252557

Text Example


Text Example

White with #252557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252557; }

 p { color: rgb(37,37,87); }

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

background-color css

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

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

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

border-color css

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

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

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