Html Css Color HEX #201957 Paua

📋 copy color: '#201957'

red 32 ◦ green 25 ◦ blue 87

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

Shades of Paua #201957

Tints of Paua #201957

RGB

 RED value IS 32 (12.89% from 255) = 22.22%

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 22.22%
G = 17.36%
B = 60.42%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#201957 (or 0x201957) is known color: Paua. HEX triplet: 20, 19 and 57. RGB value is (32,25,87). Sum of RGB (Red+Green+Blue) = 32+25+87=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #201957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201957 is #DFE6A8. Grayscale: #212121. Windows color (decimal): -14673577 or 5708064. OLE color: 5708064.

HSL color Cylindrical-coordinate representation of color #201957: hue angle of 246.77º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #201957 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 25 87 -
CMYK 0.63 0.71 0 0.66
HSL 246.77º 0.55% 0.22% -
HSV(B) 246.77º 0.71% 0.34% -
XYZ 2.66 1.69 9.2 -
YUV 34.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 32 25 87 0.63 0.71 0 0.66 246.77 0.55 0.22
Hex 20 19 57 3F 47 0 42 F7 37 16
Octal 40 31 127 77 107 0 102 367 67 26
Binary 100000 11001 1010111 111111 1000111 0 1000010 11110111 110111 10110

Color Harmonies of #201957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201957

Black with #201957

Text Example


Text Example

White with #201957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201957; }

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

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

background-color css

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

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

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

border-color css

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

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

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