Html Css Color HEX #252057 Paua

📋 copy color: '#252057'

red 37 ◦ green 32 ◦ blue 87

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

Shades of Paua #252057

Tints of Paua #252057

RGB

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

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

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

R = 23.72%
G = 20.51%
B = 55.77%

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

#252057 (or 0x252057) is known color: Paua. HEX triplet: 25, 20 and 57. RGB value is (37,32,87). Sum of RGB (Red+Green+Blue) = 37+32+87=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #252057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252057 is #DADFA8. Grayscale: #272727. Windows color (decimal): -14344105 or 5709861. OLE color: 5709861.

HSL color Cylindrical-coordinate representation of color #252057: hue angle of 245.45º 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 #252057 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 32 87 -
CMYK 0.57 0.63 0 0.66
HSL 245.45º 0.46% 0.23% -
HSV(B) 245.45º 0.63% 0.34% -
XYZ 3 2.11 9.27 -
YUV 39.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 37 32 87 0.57 0.63 0 0.66 245.45 0.46 0.23
Hex 25 20 57 39 3F 0 42 F5 2E 17
Octal 45 40 127 71 77 0 102 365 56 27
Binary 100101 100000 1010111 111001 111111 0 1000010 11110101 101110 10111

Color Harmonies of #252057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252057

Black with #252057

Text Example


Text Example

White with #252057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252057; }

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

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

background-color css

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

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

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

border-color css

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

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

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